Hi,
I was trying to run the stereo node on a raspberry pi4 with a stereo hat (https://www.arducam.com/docs/cameras-for-raspberry-pi/synchronized-stereo-camera-hat/sync-stereo-camera-hat-user-manual/), instead of the compute module configuration.
Is it supposed to work?
How can I specify through the mmal library the specif address on which to open the connection?
The error I get is the following:
mmal: camera component couldn't be enabled
It is weird because using this code
https://github.com/ArduCAM/MIPI_Camera/blob/master/RPI/preview_setMode.c
everything works fine, so I am 100% sure is not an HW issue but something related to the mmal library (that I dont understand properly, apparently)
Any help?
Thank you !
Hi,
I was trying to run the stereo node on a raspberry pi4 with a stereo hat (https://www.arducam.com/docs/cameras-for-raspberry-pi/synchronized-stereo-camera-hat/sync-stereo-camera-hat-user-manual/), instead of the compute module configuration.
Is it supposed to work?
How can I specify through the mmal library the specif address on which to open the connection?
The error I get is the following:
It is weird because using this code
https://github.com/ArduCAM/MIPI_Camera/blob/master/RPI/preview_setMode.c
everything works fine, so I am 100% sure is not an HW issue but something related to the mmal library (that I dont understand properly, apparently)
Any help?
Thank you !