Skip to content

NET_SDK_FishEyeAdjustMove

Interface Definition

1
2
3
4
BOOL NET_SDK_FishEyeAdjustMove(
    POINTERHANDLE lPlayHandle,
    int nMoveX,
    int nMoveY);
1
2
3
4
public static extern Boolean NET_SDK_FishEyeAdjustMove(
    POINTERHANDLE lPlayHandle,
    Int32 nMoveX,
    Int32 nMoveY);

Function Description

(Only supports Windows) Electronic PTZ movement. Only when entering fisheye correction mode, the segment belonging to the electronic PTZ can be moved.

Parameter Description

Parameters Type Remark
lPlayHandlein POINTERHANDLE The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx.
nMoveXin int The horizontal offset on the X-axis relative to the starting point when the left mouse button is dragged. To the right is positive, to the left is negative, with the starting point as the origin.
nMoveYin int The vertical offset on the Y coordinate axis relative to the starting point when the left mouse button is dragged, with the starting point as the origin.

Return Value

  • type:BOOL

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

Remarks

None

Error Code