Send to DV
Deprecated
This feature is deprecated and kept for reference only.
Sending the audio/video stream to a DV device
Instead of recording an AVI file, it is possible to send the video (and audio) streams to a DV device when the RecordingMethod is set to rm_SendToDV.
To send the audio/video streams to a DV camcorder, be sure that the camcorder is in VCR mode.
To use this feature:
1)
set the SendToDV_DeviceIndex property with the index of the DV device (chosen in the VideoDevices list) to which the DV audio/video will be sent.
If this property is not set (if its default value is still -1) the first DV device found in the VideoDevices list will be automatically selected. In this case this DV device will be the destination, therefore it cannot be also used as video source, so be sure to assign to VideoDevice a video capture device that is not the DV device used as destination device.
2)
select the VideoSource VidGrab.TVideoGrabber.VideoSource.
if the VideoSource is a video capture device, set VideoSource = vs_VideoCaptureDevice and set the VideoDevice property with the index of this video capture device in the device in the VideoDevices list.
Of course this video capture device must not be the DV device selected in 1). The DV device selected in 1) will be in this case a video renderer and not a video source.
3)
set the RecordingMethod to rm_SendToDV,
4)
Modify the following properties, if required:
DVEncoder_VideoStandard (default value recommended)
DVEncoder_VideoFormat (default value recommended)
5)
invoke StartRecording.