Closed lida2003 closed 4 months ago
When GUI didn't show camera device, libcamera-hello/libcamera-vid worked fine.
$ libcamera-hello --list-camera
Available cameras
-----------------
0 : ov5647 [2592x1944] (/base/soc/i2c0mux/i2c@1/ov5647@36)
Modes: 'SGBRG10_CSI2P' : 640x480 [58.92 fps - (16, 0)/2560x1920 crop]
1296x972 [43.25 fps - (0, 0)/2592x1944 crop]
1920x1080 [30.62 fps - (348, 434)/1928x1080 crop]
2592x1944 [15.63 fps - (0, 0)/2592x1944 crop]
$ libcamera-vid -t 0 -n --inline -o - | gst-launch-1.0 fdsrc fd=0 ! h264parse ! rtph264pay ! udpsink host=192.168.235.166 port=5600
daniel@rpanion:~/Rpanion-server $ git log -n 1
commit daba5a36bc361e8ddc4afe8c368b665898251d01 (HEAD -> I420Pi, origin/I420Pi)
Author: Stephen Dade <stephen_dade@hotmail.com>
Date: Thu Jun 6 20:41:51 2024 +1000
Video: Change to I420 format for Pi cam
daniel@rpanion:~/Rpanion-server $ git branch -a
* I420Pi
lida2003
master
remotes/origin/HEAD -> origin/master
remotes/origin/I420Pi
remotes/origin/master
remotes/origin/rb5support
remotes/origin/zttunnel
daniel@rpanion:~/Rpanion-server $ git status
On branch I420Pi
Your branch is up to date with 'origin/I420Pi'.
nothing to commit, working tree clean
Can't find the camera, but it's there!!!
From https://github.com/stephendade/Rpanion-server/issues/223#issuecomment-2153745873
1. Can't find the camera, but it's there!!! (branch - I420Pi)
2. two boot logs (VPN: Better Zerotier online detection, 2cf0809432db19cb88f4291b570195ac4add902d )
libcamera-hello --list-camera
shows it's there!!!3. steps of the test (branch - I420Pi)