Wanting to live stream video to view on the blynk app for a large droid I am Building. What is the best os and software to put on the raspberry pi 3 to be able to do this
Wanting to live stream video to view on the blynk app for a large droid I am Building. What is the best os and software to put on the raspberry pi 3 to be able to do this
Here are a couple of options, in addition to OpenCV that DAB suggested above
-For something very simple try out - mjpg-streamer, this is a quick install and setup .And if blink accepts a URL to create a web-view/iframe then this would be the simplest option, and the URL would be something like - http://RaspberryPiIPAddress:8090/?action=stream
-For a scenario where you need to capture picture/videos when movement is detected use - motion . This is simpler than using OpenCV but not as powerful as OpenCV. So you will have to choose based on what you are trying to achieve. I wrote a blog post a long time ago which you can find here Pi Control Hub: Spoke 1 :Security Camera - setting up Motion to stream video
Here are a couple of options, in addition to OpenCV that DAB suggested above
-For something very simple try out - mjpg-streamer, this is a quick install and setup .And if blink accepts a URL to create a web-view/iframe then this would be the simplest option, and the URL would be something like - http://RaspberryPiIPAddress:8090/?action=stream
-For a scenario where you need to capture picture/videos when movement is detected use - motion . This is simpler than using OpenCV but not as powerful as OpenCV. So you will have to choose based on what you are trying to achieve. I wrote a blog post a long time ago which you can find here Pi Control Hub: Spoke 1 :Security Camera - setting up Motion to stream video