Tool/software: TI-RTOS
Hi all
We are trying to generate priv.c & priv.h for the dualcamera-usecase with write-back . We are getting error as below.
Config file:
UseCase: weston_dualcamera_dsswb
Capture_0 -> Display_Video0
Capture_1 -> Display_Video1
DefLink_dispDist (A15) -> Display_Gfx
DefLink_dispDist_1 (A15) -> Display_vid1
Capture_dsswb -> Alg_SwCrc
Error
D:\workspace\weston_dualcamera_dsswb>vsdk_win32.exe -file weston_dualcamera_dsswb.txt
Warning: Custom defined Algorithm plugin Link [SwCrc] found !
Warning: Custom defined Link [DefLink_dispDist] found.
You will need to manually edit the generated .c file
missing information like Link ID, create parameters
Warning: Custom defined Link [DefLink_dispDist_1] found.
You will need to manually edit the generated .c file
missing information like Link ID, create parameters
Error: Link [Capture] cannot have more than two instance !!!
We have a single camera usecase as below & It is working.
UseCase: weston_m4camera_dsswb
Capture -> Display_Video
DefLink_dispDist (A15) -> Display_Gfx
DefLink_dispDist_2 (A15) -> Display_vid2
Capture_dsswb -> Alg_SwCrc
Please support for the dualcamera usecase.
Regards,
Gokul