Skip to content
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

ENOSPC fails on stream example #2

Open
wlwatkins opened this issue Jun 12, 2020 · 0 comments
Open

ENOSPC fails on stream example #2

wlwatkins opened this issue Jun 12, 2020 · 0 comments

Comments

@wlwatkins
Copy link

Hi, I installed your library without a problem and using your first example to get a still everything works, however when i try the stream example i get

pi@amos:~/dev $ go run main.go
2020/06/12 20:21:06 Listening on 0.0.0.0:6666
2020/06/12 20:21:11 Accepted connection from: 192.168.2.27:62173
2020/06/12 20:21:11 Capturing image...
2020/06/12 20:21:16 Done
2020/06/12 20:21:17 Accepted connection from: 192.168.2.27:62174
2020/06/12 20:21:17 Capturing image...
readfrom tcp 192.168.2.51:8081->192.168.2.27:62174: write tcp 192.168.2.51:8081->192.168.2.27:62174: write: broken pipe
2020/06/12 20:21:30 Accepted connection from: 192.168.2.27:62184
2020/06/12 20:21:30 Capturing image...
raspistill: mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
raspistill: mmal: camera component couldn't be enabled
raspistill: mmal: main: Failed to create camera component
raspistill: mmal: Failed to run camera app. Please check for firmware updates

any clues? rpi-update is not an option as it crsahes other parts of my programs (mainly the connection to my arduino due)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant