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!