PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD WebCam motion event
WD WebCam motion event
Iniciado por guest, 14,jul. 2016 00:59 - 1 respuesta
Publicado el 14,julio 2016 - 00:59
Its possible capture a motion event with WebCam control ?
Publicado el 14,julio 2016 - 13:46
Hi Julio,

If I understand correctly the question, than yes...

So if you want to have an alarm when something is moving in the image captured by the camera, you can just capture and compare to the previous image... If difference is > 10% (by example), you have your event.

There was an example doing that in an old LST if memory serve, and it was using the image manipulation functions (changed the image to grey values) before comparing.

Best regards