You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
device/libcamera/libcamera.cc: ?: libcamera is not supported
Not sure if this error indicates a downstream issue, e.g. libcamera, or if I am missing something from the camera-streamer command line... I've installed the following packages from repo:
Linux orangepizero3 6.6.44-current-sunxi64 #1 SMP Sat Aug 3 06:54:42 UTC 2024 aarch64 GNU/Linux
libcamera's cam -l reports:
[8:56:31.619347856] [11121] INFO Camera camera_manager.cpp:299 libcamera v0.0.3
Available cameras:
1: 'HD camera : HD camera ' (/base/soc/usb@5310000-1:1.0-1902:8301)
2: 'Arducam_8mp: USB Camera' (/base/soc/usb@5311000-1:1.0-0c45:6366)
able to capture with the following so looks like libcamera is working
Hello,
Attempts at running
camera-streamer --camera-type=libcamera --camera-path=/base/soc/usb@5311000-1:1.0-0c45:6366 --camera-format=YUYV --camera-width=1920 --camera-height=1080 --camera-fps=30
results in
device/libcamera/libcamera.cc: ?: libcamera is not supported
Not sure if this error indicates a downstream issue, e.g. libcamera, or if I am missing something from the camera-streamer command line... I've installed the following packages from repo:
apt install libcamera0.3 libcamera-tools libcamera-v4l2 libcamera-ipa libcamera-dev
Running on Armbian Bookworm
Linux orangepizero3 6.6.44-current-sunxi64 #1 SMP Sat Aug 3 06:54:42 UTC 2024 aarch64 GNU/Linux
libcamera's cam -l reports:
able to capture with the following so looks like libcamera is working
cam -c /base/soc/usb@5310000-1:1.0-1902:8301 -C --file=libcamera_capture.jpeg
The text was updated successfully, but these errors were encountered: