NET_SDK_SetFishEyeAdjust¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
(Only supports Windows) Set the fisheye correction mode. This interface needs to be called to enter and exit the fisheye correction mode. It is only used in single window mode.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lPlayHandlein | POINTERHANDLE | The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx. |
| fishEyeModein | FISHEYE_MODE | Fisheye mode. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None