With Google Chrome browser, i have this element: <img id=copyfromme src="http://192.168.0.2/axis/video.mjpeg" />
running, which shows a live video 4 frames per second from an embedded security camera.
Now i need to take a snap-shot (copy one frame from "copyfromme"), and save it as png or jpeg to mysql server.
How can i copy the snap-shot?