Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcamera not supported #156

Open
git2212 opened this issue Oct 10, 2024 · 0 comments
Open

libcamera not supported #156

git2212 opened this issue Oct 10, 2024 · 0 comments

Comments

@git2212
Copy link

git2212 commented Oct 10, 2024

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:

[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

cam -c /base/soc/usb@5310000-1:1.0-1902:8301 -C --file=libcamera_capture.jpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant