Hi, please, does anyone knows (or has some experience) how to stream a video from raspberry pi over wifi to notebook?
thanks
Hi, please, does anyone knows (or has some experience) how to stream a video from raspberry pi over wifi to notebook?
thanks
code - C++
please, in C++ code
The easiest way is to save
The easiest way is to save from openCV an image in a directory accessible by an Apache webserver and use the server to stream the image. OpenCV doesn’t have libraries for web sockets, streaming or anything related to networking; search "how to stream a video c++