-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera image display #8
Comments
Partialy implemented in 22050a8 |
Ok, looks good so far, but needs to be adapted to work with different camera streams. Stream parameters should be provided thorugh the Settings dialog (expanded with tabs as described in #51) |
After initially turning the camera on, togglig it off and on again causes the following error:
and the video stream is not restarted. |
I hope that error is caused by libv4l2 library because same error can be found on the internet by other developers using that library. Needs additional testing. Currently process is released when GUI is closed (if its terminated in debug mode, user has to kill process which uses libv4l2 manualy from terminal) |
Enable camera image display in the GUI, through gstreamer.
The text was updated successfully, but these errors were encountered: