hi_mpi_hdmi_stop

The Atlas 200/300/500 Inference Product does not support this API.

The Atlas Training Series Product does not support this API.

Description

Stops a specified HDMI and disables its display capability.

Restrictions

  • Before calling hi_mpi_hdmi_stop, call hi_mpi_hdmi_open to enable the corresponding HDMI. Ensure that the values of hi_hdmi_id in the two APIs are the same.
  • Currently, this API does not support multiple processes.

Prototype

hi_s32 hi_mpi_hdmi_stop(hi_hdmi_id hdmi)

Parameters

Parameter

Input/Output

Description

hdmi

Input

HDMI ID.

Value range: [0, 2)

Returns