To preview, use the following sample code:VideoGrabber.VideoSource =vs_IPCameraVideoGrabber.IPCameraURL = “http://IPADDRESS/osc/commands/execute”VideoGrabber.SetAuthentication (at_IPCamera, “user”, “password”)VideoGrabber.StartPreview() To preview and record in native MJPEG mode, use the following sample…
The problem is the “VideoInput” index of the driver that does not match the real input, use Select “SVIDEO” instead, e.g.: VideoGrabber.VideoDevice = VideoGrabber.VideoDeviceIndex (“Avermedia…
This requires our TVideoGrabber SDK + Multipurpose Encoder. The typical sample code is the following, e.g.: VideoGrabber.VideoDevice = VideoGrabber.VideoDeviceIndex (“Sensoray Model 3364 Video”) Videograbber.SetTextOverlay_Enabled (0,…
Yes, the video capture device must expose the PIN_CATEGORY_STILL pin category. To use this feature, set VideoGrabber.WebcamStillCaptureButton = wb_Enabled before starting the preview. When starting…
Install the Basler Pylon Software suite: choose “Custom” as install method and install the DirectShow filter, then the Basler camera will be listed in the…
Update your graphic driver (NVidia, Intel HD) to the latest version available and try again. If this does not help please contact us at support@datastead.com…