VAOC camera not working

The VAOC camera does not work in the VAOC tab of the RatOs. "Webcam stream not found" I have SSHd into the Pi and have started ustreamer manually and the camera works fine, so its not a hardware issue from what it seems. This is my crowsnest conf section:
[cam 1]
mode: ustreamer
port: 8080
device: /dev/video0
resolution: 1280x720
max_fps: 30
[cam 1]
mode: ustreamer
port: 8080
device: /dev/video0
resolution: 1280x720
max_fps: 30
4 Replies
rms497
rms4972mo ago
@Mr_Sparrow , how did ytou manually verify the camera is working fine? I have had no issues with VAOC camera until today, and now Im seeing the same error you noted. Curious how you are able to verify locally its good?
Mr_Sparrow
Mr_SparrowOP2mo ago
ssh'd into the pi and run ustreamer manually if you then visit the stream link from your browser you should see the video from the camera
rms497
rms4972mo ago
thanks.
Mr_Sparrow
Mr_SparrowOP2mo ago
i just realised what the issue was and fixed mine. the default configuration is for
mode: ustreamer
mode: ustreamer
i updated it to
mode: camera-streamer
mode: camera-streamer
and it now works

Did you find this page helpful?