> You could try sampling it's output in server mode. I would imagine that
> would generate
[quoted text clipped - 11 lines]
> > Thanks
> > Ray
Ok, if you want simple, this may take longer, but
try it... download the current image, wait the
webcam's refresh time, and download another.
Then compare the two images. If they've changed,
the cam is running... if not, it's off.
Example:
If Image1.Picture = Image2.Picture Then
Debug.Print "Cam is off"
Else
Debug.Print "Cam is on"
End If
> I not sure how to use server/client at this time..I was hoping for something
> simple...
[quoted text clipped - 19 lines]
> > > Thanks
> > > Ray
Ray - 30 Oct 2004 18:04 GMT
Hi CajunCoiler,
I tried your suggestion with no luck
I am unable to download the image without connecting to the device first.
Thanks
Ray
> Ok, if you want simple, this may take longer, but
> try it... download the current image, wait the
[quoted text clipped - 33 lines]
> > > > Thanks
> > > > Ray
CajunCoiler (http://www.cajuncoiler.tk) - 30 Oct 2004 19:11 GMT
Then you must be referring to a webcam in the videoconferencing sense.
A standard webcam posts images to a file every X seconds.
In such case, you will be stuck with the server/client scenario.
> Hi CajunCoiler,
>
[quoted text clipped - 44 lines]
> > > > > Thanks
> > > > > Ray