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: Implementation of encoding function for multiple camera (through separate tasks)

Part Number: PROCESSOR-SDK-J784S4

Tool/software:

Hi Experts,

I'm trying to develop an encoding app, where the LDC output taken from graphs operating through separate tasks. A separate encoding task has been created for each LDC output (from each task), but this is not working properly. The app could encode the LDC input received from single tasks at a time. If multiple tasks ran together application got crashed. 

Please help me to implement encoding functionality where separate tasks could create encoded videos for the LDC output received from the graph (from multitasking application). Tasks should run parallelly so that the encoded video for each task could be cratered parallelly. 

The simple architecture of implementation is as depicted here:

Currently I'm using '09_01_00_06, version of sdk.

Regards,

Hemraj