Skip to content

NET_SDK_FishEyeAdjustGetArea

Interface Definition

1
2
3
BOOL NET_SDK_FishEyeAdjustGetArea(
    POINTERHANDLE lPlayHandle,
    RECT& AreaRect);
1
2
3
public static extern Boolean NET_SDK_FishEyeAdjustGetArea(
    POINTERHANDLE lPlayHandle,
    ref RECTANGLE AreaRect);

Function Description

(Only supported on Windows) Gets the position of the calibration area where the current focus is located.

Parameter Description

Parameters Type Remark
lPlayHandlein POINTERHANDLE The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx.
AreaRectin RECT& The position of the correction area where the front focus is located, relative to the current playback window coordinate system.

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code