Using the raspberry pi camera is there a url that can be used to grab a still shot? Similar to https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md but it would need to be done on a remote host
Asked
Active
Viewed 857 times
2
-
http://raspberrypi.stackexchange.com/a/7657/894 - UV4L MMAL has a built in webserver, and you can use URL to get a screenshot when requested by a remote host/s - I think there is even a setting to save the screenshot locally but also allot of other nice things. – Piotr Kula Jan 17 '16 at 22:52
2 Answers
1
This can be done, but it isn't as simple as if you were interfacing with the RPi itself. You will somehow need to signal the host RPi to take the picture, and then return it to the client.
The simplest way would probably be to use a website you host on the RPi, but a tutorial on how to do such a thing is well outside the scope of this site. I would suggest googling the problem and looking at similar projects.

Jacobm001
- 11,898
- 7
- 46
- 56