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
I would like to make the fps maximized by this software, what settings should be added to start.sh? For this question, I would like to keep the resolution 800x600.
question 2:
in my ARM board, I have usb camera installed. I don't want to make arm encode the MJPEG image from usb cam to h264, and would like to copy/directly forward the MJPEG image to a rtsp server. Could I do that with this software?
question 3:
could this software setup a rtsp server and let opencv in another computer pull the rtsp stream?
" [-p | --port ]..........: UDP port to listen for picture requests. UDP message is the filename to save\n\n" \
The -i by default expects 0, so the first input plugin. But you can edit the source code to get it to listen on another interface. The http streamer does accept -l hostname_or_IP.
Hi,
I have a few questions about this software:
question 1:
I would like to make the fps maximized by this software, what settings should be added to start.sh? For this question, I would like to keep the resolution 800x600.
question 2:
in my ARM board, I have usb camera installed. I don't want to make arm encode the MJPEG image from usb cam to h264, and would like to copy/directly forward the MJPEG image to a rtsp server. Could I do that with this software?
question 3:
could this software setup a rtsp server and let opencv in another computer pull the rtsp stream?
question 4:
For the video displayed in browser, the url is: http://192.168.0.106:8080/stream_simple.html. how could I pull the stream of url in VideoCapture of OpenCV?
The text was updated successfully, but these errors were encountered: