Versions Compared

Key

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

...

  • WithoutDecode = 0x10 – disable video decoding on the server.
  • WithoutSubtitles=0x20 – disable subtitles.
Info
titleNote

...

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

...

see CamMonitor.ocx parameters.

SetParam

SetParam(BSTR param_name, BSTR param_value) - sets the number of camera windows in CamMonitor.

  • BSTR param_name - a string representation of the length or width.
  • BSTR param_value - the number of camera windows.

How to call a function:

Code Block
languagecpp
m_cam.SetParam("monitor_ch", m_NH);
m_cam.SetParam("monitor_cw", m_NW);