This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好、TI 专家。
我想通过 IRQ (CSI_RX_IF_VBUS2APB_MONITOR_IRQ)处理程序接收视频的帧开始时序。
因此、我想使用 csirx drv 或 tiovx API。
csirx drv 和 tiovx API 是否有接口来执行此操作?
或者有其他方式吗?
此外、CSI_RX_IF_VBUS2APB_MONITOR_IRQ 可通过以下哪些 IRQ 接收?
您好!
在 csirx 驱动程序中、您可以找到负责 CsirxDrc_errorEventIsrFxn() 在 ${pdk_path}/packages/ti/drv/csirx src / csirx_event.c
在 TIOVX 中、此注册方式如下所示在 tivxCaptureCreate () 演示日期 tiovx/kernels_j7/wah/capture/vx_capture_target.c
如果您在下面的 csirx_eventPrmsInit() , eventPrms.eventCb = NULL 。
在这里、你可以将回调函数添加到这里而不是 NULL、并在调用 ISR 后获得回调。
此致、
尼基尔