NET_SDK_FishEyeAdjustGetArea¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
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