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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
I am trying to configure a CM4 with two cameras to operate in side-by-side stereomode. I saw the note that stereomode is untested. I was able to set the MMALCameraConfig.StereoMode to be MMAL_STEREOSCOPIC_MODE_T.MMAL_STEREOSCOPIC_MODE_SIDE_BY_SIDE but the video is not recording stereo.
The text was updated successfully, but these errors were encountered:
Without access to the hardware in question, it's very difficult for me to implement and test the code required to get this working for you. I would be happy to accept a PR if you can implement this yourself. The notes clearly state that MMALSharp currently supports just 1 camera module, and therefore stereo mode will not work. The code was simply added for consistency with Raspistill/vid. I suspect the library will need to parse all available cameras and build MMAL pipelines for each in order for this to work, unless MMAL is clever enough to send frames containing data from both cameras using just a single pipeline.
I am trying to configure a CM4 with two cameras to operate in side-by-side stereomode. I saw the note that stereomode is untested. I was able to set the MMALCameraConfig.StereoMode to be
MMAL_STEREOSCOPIC_MODE_T.MMAL_STEREOSCOPIC_MODE_SIDE_BY_SIDE
but the video is not recording stereo.The text was updated successfully, but these errors were encountered: