0

I am working on a project, using python, that will take an image[s] from an online webcam such as this and then be able to apply some edge detection and motion detection. I have the edge and motion detection running if I import an image already saved on the pi.

I can import an image from the terminal with:

wget -nd /pi/Documents/ -A jpg https://www.skikelly.com/sf/liveview/?rand=1234556789

I don't know how to put that in a script though.

Steve
  • 1
  • Please see this, it is almost what you're looking for: https://stackoverflow.com/questions/3042757/downloading-a-picture-via-urllib-and-python – Yuvraj Jaiswal Feb 20 '18 at 04:52
  • Answer is available here: https://stackoverflow.com/questions/13137817/how-to-download-image-using-requests – naren Feb 20 '18 at 04:53
  • 1
    Possible duplicate of [How to download image using requests](https://stackoverflow.com/questions/13137817/how-to-download-image-using-requests) – naren Feb 20 '18 at 04:53
  • 2
    Possible duplicate of [Downloading a picture via urllib and python](https://stackoverflow.com/questions/3042757/downloading-a-picture-via-urllib-and-python) – Yuvraj Jaiswal Feb 20 '18 at 04:53

0 Answers0