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 was archived by the owner on Aug 27, 2025. It is now read-only.
When mmal components are set up in certain configurations, presumably misconfigured, such as connecting a splitter component to the camera still port, the program never returns from vcos_semaphore_wait in mmal_component_disable(camera_component). If the program is killed and then started again, it blocks at mmal_component_create(camera_component). Is there a way of finding out when the components aren't configured properly or resetting mmal without rebooting the whole os?