ScnLib_GetWebcamViewSize()

ScnLib_GetWebcamViewSize()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetWebcamViewSize(int *nWidth, int *nHeight);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_GetWebcamViewSize(ref int Width, ref int Height);
Basic Public Declare Sub ScnLib_GetWebcamViewSize Lib "ScnLib.dll" (ByRef Width As Int32, ByRef Height As Int32)
Delphi procedure ScnLib_GetWebcamViewSize(var Width: Integer; var Height: Integer); stdcall; external 'ScnLib.dll';
  • Description
    Check the current webcam view size.

  • Parameters
    • Width [out]
      The width of the webcam view size.
    • Height [out]
      The height of the webcam view size.
  • Return Value
    None.

  • Remarks
    Use this function to check the current webcam view size.

  • See Also
    ScnLib_SetWebcamViewSize()

Try the SDK for FREE SDK APIs overview