Tested the extra changes that make the IMX462 binding available.
The new changes look great, but libcamera doesn't seem to play nice yet with the new kernel camera.
I tried creating my own imx462.json, or using the --tuning-file arg, but it seems libcamera requires more than just a tuning file.
Nonetheless, to verify the LCG/HCG sysfs entries I modified the overlays config to:
And now everything is working correctly.
I'll have a look if I can get libcamera to work.
PS: using the imx327 overlay isn't working either, but I guess it's just a small thing to fix too.
The new changes look great, but libcamera doesn't seem to play nice yet with the new kernel camera.
Code:
$ libcamera-still -o "/home/pi/example.jpg" --shutter 100000 --gain 50 --awbgains 1,1 --immediate --raw -n[0:24:44.900546696] [834] INFO Camera camera_manager.cpp:325 libcamera v0.3.2+27-7330f29b[0:24:44.943696265] [837] WARN CameraSensorProperties camera_sensor_properties.cpp:305 No static properties available for 'imx462'[0:24:44.943845700] [837] WARN CameraSensorProperties camera_sensor_properties.cpp:307 Please consider updating the camera sensor properties database[0:24:44.965699269] [837] ERROR IPARPI ipa_base.cpp:127 Could not create camera helper for imx462[0:24:44.965821922] [837] ERROR RPI pipeline_base.cpp:820 Failed to load a suitable IPA library[0:24:44.965859698] [837] ERROR RPI vc4.cpp:216 Failed to register camera imx462 10-001a: -22ERROR: *** no cameras available ***
Nonetheless, to verify the LCG/HCG sysfs entries I modified the overlays config to:
Code:
#dtoverlay=imx462,clock-frequency=74250000dtoverlay=imx290,clock-frequency=74250000
I'll have a look if I can get libcamera to work.
PS: using the imx327 overlay isn't working either, but I guess it's just a small thing to fix too.
Statistics: Posted by witte — Tue Nov 12, 2024 7:22 pm