Technical Manual
© 2006-2010 by HIKVISION. All rights reserved. 13
Start: StartMotionDetection()
H.
Get original image: GetOriginalImage()
Save to file as bmp: SaveYUVToBmpFile()
Get the PEG: GetJpegImage()
I.
Get the audio level for the scene: GetSoundLevel()
Set the audio preview: SetAudioPreview()
J.
Get the video signal: GetVideoSignal()
Get the vision for the sdk: GetSDKVersion()
Get the video parameter: GetVideoPara()
Get the version and the SN for the board: GetBoardInfo()
Get the statistics for the frames: GetFramesStatistics()
Get the detail info for the board: GetBoardDetail()
Get the detail info for the dsp: GetDspDetail()
K.
Start video encode: StartVideoCapture()
L.
Start get raw image data: SetImageStream()
M.
Set the encode type for the sub channel: SetSubStreamType ()
Set the picture format for the sub channel: SetSubEncoderPictureFormat()
Switch between the sub channel and the master: SetupSubChannel()
(The sub channel could have diffident frame rate and encode coefficient)
Start video encode from the sub channel: StartSubVideoCapture()
N.Exit
Stop getting raw stream data: SetImageStream()
Stop motion detect: StopMotionDetection()
Stop video encode from the master channel:StopVideoCapture()
Stop video encode from the sub channel: StopSubVideoCapture()
Stop video preview: StopVideoPreview()
Stop the encode channel: ChannelClose()
Release resource: DeInitDSPs()
The SetStreamType() and SetSubStreamType () could not be called while encoding. Others
setting as video parameters,OSD、Logo、 image format、frame rate、bit rate、coefficient all could
be called while encoding.