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.

PROCESSOR-SDK-J784S4: Is graph pipelining required for CSI capture node?

Part Number: PROCESSOR-SDK-J784S4

Tool/software:

Hi TI experts,

I'm experimenting with CSI sensor and wanted to have a single-shot capture app and seek some explanation of the capture API.

The sample code in vx_app_single_cam uses graph pipelining API and tivxGraphParameterEnqueueReadyRef to schedule the graph:

  • Is pipelining a requirement of tivxCaptureNode?
  • How can the graph of tivxCaptureNode - tivxVpacVissNode be scheduled with vxScheduleGraph to grab a single frame?

Thanks!