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
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 enabledraspistill: mmal: main: Failed to create camera componentraspistill: 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)
The text was updated successfully, but these errors were encountered:
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
any clues?
rpi-update
is not an option as it crsahes other parts of my programs (mainly the connection to my arduino due)The text was updated successfully, but these errors were encountered: