-
Notifications
You must be signed in to change notification settings - Fork 23
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
Installation instructions for newer firmware #28
Comments
If you Arducam answer would be nice as I have a Hawkeye that is a £60 paper weitght |
At least in the RPI kernel, the Hawkeye is dtoverlay=arducam-64mp I believe. But I think it still needs a custom libcamera package from arducam. |
I fot it work, all the guides are wrong at some point. |
Did you get it to work using some pivariety driver? or the normal RPi drivers, and upstream libcamera? |
To be honest I tried so many things that really I don't know how I did it work. |
I want to see the 64MP camera supported 'upstream' (meaning plug it directly in and use the libcamera from raspberrypi) ...(I have one here to work on) but it will take some more time and I haven't had enough free spare cycles to work on it. RPi have added the driver to their tree, so you should be able to load with "dtoverlay=arducam-64mp" and then see what errors 'cam -l' produces. I expect it will complain because there is no camera sensor properties or tuning file. If you are willing to spend more time on this - I can walk you through getting those in and we could hopefully make progress. Ok - so I've just done that and I get:
So we need to add a camera helper for this to the Raspberry Pi IPA component. I'll see if I can finish this tonight. |
I have no knowledge to can help in almost anything.
For other part I need use it with ubuntu and in indoors without 500W in
illumination, and the camera just don't work in that conditions.
…On Thu, 22 Sep 2022, 13:20 Kieran Bingham, ***@***.***> wrote:
I want to see the 64MP camera supported 'upstream' (meaning plug it
directly in and use the libcamera from raspberrypi) ...(I have one here to
work on) but it will take some more time and I haven't had enough free
spare cycles to work on it.
RPi have added the driver to their tree, so you should be able to load
with "dtoverlay=arducam-64mp" and then see what errors 'cam -l' produces. I
expect it will complain because there is no camera sensor properties or
tuning file. If you are willing to spend more time on this - I can walk you
through getting those in and we could hopefully make progress.
Ok - so I've just done that and I get:
***@***.***:~/libcamera $ ./build/gcc/src/cam/cam -l
[0:19:48.712724396] [1614] INFO IPAManager ipa_manager.cpp:141 libcamera is not installed. Adding '/home/libcamera/libcamera/build/gcc/src/ipa' to the IPA search path
[0:19:48.741737609] [1614] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3832-777b0e0a
[0:19:48.768890874] [1618] WARN CameraSensorProperties camera_sensor_properties.cpp:174 No static properties available for 'arducam_64mp'
[0:19:48.768975480] [1618] WARN CameraSensorProperties camera_sensor_properties.cpp:176 Please consider updating the camera sensor properties database
[0:19:48.841589833] [1618] INFO IPAProxy ipa_proxy.cpp:130 libcamera is not installed. Loading IPA configuration from '/home/libcamera/libcamera/src/ipa/raspberrypi/data'
[0:19:48.850027481] [1618] ERROR IPARPI raspberrypi.cpp:214 Could not create camera helper for arducam_64mp
[0:19:48.850178750] [1618] ERROR RPI raspberrypi.cpp:1253 Failed to load a suitable IPA library
[0:19:48.851416920] [1618] ERROR RPI raspberrypi.cpp:1184 Failed to register camera arducam_64mp 10-001a: -22
Available cameras:
So we need to add a camera helper for this to the Raspberry Pi IPA
component. I'll see if I can finish this tonight.
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AITQOVFXGXDZSHWQ6JDGEKDV7RFJDANCNFSM6AAAAAAQHV5V4Y>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
If it helps make you less worried about wasting £60 ... I've just captured an image indoors, and the camera is working well. The issue you have is purely software, not hardware. |
I'd be interested to see a captured picture that shows what you are seeing. |
Hello, Thanks |
I just reinstalled picamera2 0.3.3 (after breaking it with the pivariety libcamera-apps installation) and now it works. |
According to the readme:
Does that mean that if we use the newest kernel and set the above dtoverlay everything should work as is? Or is there something else on has to do?
The text was updated successfully, but these errors were encountered: