Using Thisform. VCX. DisplayRemote (" 10.7.87.60. T.) connection is not on my IP camera
How to use and how to use savePictureJPG method.
Thank you very much!
CodePudding user response:
Supplement: no DisplayRemote method in XP, XP does not support?CodePudding user response:
Ask everybody to help, VFP how to connect the IP camera, thank you!CodePudding user response:
If your camera supports IPDo
1. Pure control methods (VideoSourceURL properties)
VCX. VideoDeviceIndex=- 2
VCX. VideoSourceURL="http://atlascam2.colorado.edu/axis-cgi/jpg/image.cgi"
VCX. CaptureAudio=. F.
VCX. Connected=. T.
VCX. Preview=. T.
2. Web way
VFP form pull a WebBrowser control (Html)
Use the following web page
<body>
Id="VideoCapX1" width="320" height="240" & gt;
<script language="VBScript" & gt;
VideoCapX1. Connected=True
VideoCapX1. Preview=True
</script>