Michael Jones

Results 3 comments of Michael Jones

In order to debug this more easily, I created the following console application. When run, MMAL throws an exception on the ConfigureCameraSettings() call: ``` Unhandled Exception: MMALSharp.MMALNoSpaceException: Out of resources....

Thanks for your time, Ian. I tried this: ``` // Select which camera to capture from unsafe { try { MMALNativeExceptionHelper.MMALCheck( MMALUtil.mmal_port_parameter_set_int32(Cam.Camera.Control.Ptr, MMALParametersCamera.MMAL_PARAMETER_CAMERA_NUM, 1), "Unable to set int value"); }...

Looking at the sources for MMAL, I see that it can emit log messages. Where do those appear? What do I have to do to enable them? That should give...