-
Notifications
You must be signed in to change notification settings - Fork 4
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
Linux_6.1.0 Missing #8
Comments
I've built the driver using I'm using rpi3 b+ with linux 6.1.21 I can even see current operation mode after running
I can also see some issues in dmesg:
I've also recompiled I've tried all remaining I was unable to use
I've also tried to replace prebuilt driver with manually built (I hope they have the same purpose), successfully lodaded it using
When starting without overlay and loading driver manually,
And here is
|
hi, Another way, you can user raspebrry pi os driver by dtoverlay=ov9281 to enable, then you can use libcamera-hello -t 0 to preview. |
Hi, thanks for your reply. Edit: my setup: juanmf@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
juanmf@raspberrypi:~ $ uname -a
Linux raspberrypi 5.15.32-v7l+ #1539 SMP Fri Apr 1 11:39:03 BST 2022 armv7l GNU/Linux
juanmf@raspberrypi:~ $ ls /dev/video*
/dev/video0 /dev/video10 /dev/video11 /dev/video12 /dev/video13 /dev/video14 /dev/video15 /dev/video16 /dev/video18 /dev/video20 /dev/video21 /dev/video22 /dev/video23 /dev/video31
# Note video0
juanmf@raspberrypi:~ $ libcamera-hello
libcamera-hello: error while loading shared libraries: libcamera.so.0.0.3: cannot open shared object file: No such file or directory
# But from picamera I can use it. |
libcamera now uses Orientations instead of Transforms. We shall just convert transparently between them so as not to change our API. Signed-off-by: David Plowman <[email protected]>
Read here that Raspberry pi 4B should support it out of the box, after a few tweaks. but I get no camera detected
strangely enough I get some devices (not video0) listed.
the parameters in config files the installer script wanted to add I have added manually already.
thanks!
The text was updated successfully, but these errors were encountered: