hi_mpi_vi_set_pipe_bind_strobe
The
The
Description
Sets the binding relationship between the VI pipe and the external strobe input signal.
Restrictions
- This API can be called only after a VI pipe is created by calling hi_mpi_vi_create_pipe.
- Call this API before the pipe is started by calling hi_mpi_vi_start_pipe.
Prototype
hi_s32 hi_mpi_vi_set_pipe_bind_strobe(hi_vi_pipe vi_pipe, hi_u32 strobe_id)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
vi_pipe |
Input |
Physical pipe ID. Value range: [0, 4) |
strobe_id |
Input |
Strobe pin ID. Value range: [0, 3). |
Returns
- 0: success
- Other values: failure. For details, see VI Return Codes.
Parent topic: VI