Request Static Image

Is there a way to request an image from the camera?
For example on some network cameras you can do something like this to obtain a static image:
http://192.168.1.100/image.jpg

Have you tried pressing the “Take Photo” button?
/edit - I gets a

This site can’t be reached

192.168.1.100 took too long to respond.

2 Likes

If you are using a TinyCam server, the address is like this:

http://173.230.129.147:8083/axis-cgi/mjpg/video.cgi

If you put a password on your TinyCam server, the address is like this:
http://173.230.129.147:8083/axis-cgi/mjpg/video.cgi?user=username&pwd=password

That is the username and password you set up with TinyCam, not the Wyze credentials.

As Gemniii said, push the Take Photo button. At least on iOS, the photo will be in the Wyze album

1 Like

I know about the Take Photo button. I am looking for a way to request an image from the camera programmatically. This way I can have a quick website where I can see one snapshot from all my cameras. Then, if I see something strange I can go into the app and investigate…

Hi WiseMike - did you ever get an answer to your question (I realize it was a year ago)?

A simple wget or curl-like command would be great for downloading a static image from the camera,

Thanks!

1 Like