rpos icon indicating copy to clipboard operation
rpos copied to clipboard

1920x1080 it hangs, how to change resolution?

Open claudioita opened this issue 7 years ago • 2 comments

claudioita avatar Jan 06 '18 20:01 claudioita

If you haven't already, try using the 'mpromonet' RTSP server, option 2 in the config.

Mine would also hang after just a few frames with the default RTSP option, no matter what else I changed.

bendrexl avatar Nov 26 '19 00:11 bendrexl

Hi, had the same issue and came up with this (inside rpos directory):

sed -i 's/resolution: .*/resolution: { Width: 640, Height:
480 },/' lib/camera.js

psporysz avatar Jan 23 '20 10:01 psporysz