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
Apologies if this is out of the domain of libcamera-rs, struggling a bit on a hacky home project.
Running via the command line libcamera tools on the raspberry pi, I can see everything working. libcamera-hello --list_cameras works fine from the command line directly, and lists the camera. The regular -hello also shows video output from the camera without problem.
But when trying to run via Rust with the list_cameras example, I get failures related to the IPA modules.
As far as I can see, all the directories, json files, and .so objects are there. So, not sure where the error or mismatch is.
Failing in rust:
Working on Command Line
The text was updated successfully, but these errors were encountered:
Apologies if this is out of the domain of libcamera-rs, struggling a bit on a hacky home project.
Running via the command line libcamera tools on the raspberry pi, I can see everything working.
libcamera-hello --list_cameras
works fine from the command line directly, and lists the camera. The regular-hello
also shows video output from the camera without problem.But when trying to run via Rust with the
list_cameras
example, I get failures related to the IPA modules.As far as I can see, all the directories, json files, and .so objects are there. So, not sure where the error or mismatch is.
Failing in rust:
Working on Command Line
The text was updated successfully, but these errors were encountered: