Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Disconnect() – disconnect from the Video server. 

SetCallBackOptions

SetCallBackOptions(int cam_id, int options) – sets parameters of getting video from camera.

  • int cam_id – camera ID (number).
  • int options – options. The possible values of the options parameter are:
    • WithoutVideoFrame = 0x00 – do not send frames from the video module.
    • WithVideoFrame = 0x01 – send frames from the video module.
    • WithExtendedParams = 0x02 – get frames with extended parameters (time, fps, subtitles).
    • WithInformationLayout = 0x04 – display video in the window with control elements (context menu).
    • WithCompressedData = 0x08 – display video in the native format without decompression (if any).
  • WithoutDecode = 0x10 – disable video decoding on the server.
  • WithoutSubtitles=0x20 – disable subtitles.

Note. The options parameter is created the same as parameters of the CamMonitor.ocx component – see CamMonitor.ocx parameters.