Menu Close

Category: TVideoGrabber Video SDK

How to use a Ricoh Theta X?

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…