Payload-SDK icon indicating copy to clipboard operation
Payload-SDK copied to clipboard

GET / SET IR Split Screen Enabled with H20T and H30T missing

Open mseidler79 opened this issue 2 months ago • 3 comments

Hello! To control the tapzoom, it is necessary to aquire the IR split screen enabled state. When enabled the point x adress of the screen must be mutliplied with 0.5. But how to read out if the IR split screen is enabled or not? I don't find and function in the PSDK.

Nice would be also, to be able to enable and disable the IR split screen with SET command which is also missing in the PSDK.

BR,

Michael

mseidler79 avatar Sep 29 '25 09:09 mseidler79

Agent comment from Leon in Zendesk ticket #158321:

Hello, unfortunately, this API is not currently available in the PSDK. Could you please briefly describe your needs? We can discuss this feature with the R&D team.

°°°

dji-dev avatar Sep 30 '25 03:09 dji-dev

Hello, there are missing the following functions to get the status of the IR split screen and the function to control the IR split screen.

GET the IR split screen state: bool irSplitScreenState; T_DjiReturnCode DjiCameraManager_GetIrSplitScreenState(E_DjiMountPosition position, &irSplitScreenState);

Function is mandatory to handle the tapzoom in a correct way. If enabled the X screencoordinate must be multiplied with 0.5.

SET the IR split screen state: T_DjiReturnCode DjiCameraManager_SetIrSplitScreenState(E_DjiMountPosition position, bool enable);

BR, Michael

mseidler79 avatar Sep 30 '25 09:09 mseidler79

Agent comment from Leon in Zendesk ticket #158321:

Hello, thank you for your additional information. We will confirm this with our R&D team as soon as possible. Due to the upcoming national holiday, our internal team has already started their vacation. We may not be able to respond to your question until after the holiday. We will review your information and urge our R&D team to confirm it as soon as possible. We sincerely apologize for the inconvenience.

°°°

dji-dev avatar Sep 30 '25 09:09 dji-dev