I want to know How can I stream camera view of the player over local network for example HTTP Server or RTSP ? because I need to make processing in a python script using OpenCV .
Asked
Active
Viewed 96 times
0
-
You could e.g. use a UDP stream? – derHugo Oct 14 '19 at 05:07
-
How can I use UDP stream ? – Ahmed Mohamed Oct 15 '19 at 21:47