Part Number: TDA2EVM5777
Hi
we are using vision sdk3.0.0
my execution flow is
UseCase: chains_lvdsVipMultiCamViewMosaicWithLut
Capture -> Sync -> Alg_DmaSwMsWithLeftLut (A15) -> Dup
Dup -> Alg_CrModule (DSP1) -> Merge
Dup -> Merge
Merge -> Alg_FrameCopy (A15) -> Display_video
GrpxSrc -> Display_Grpx
I have made priv.c and priv.h using usecase genration tool.
my querys are
1)apart from pric.c which other changes do i need to apply to merge 2 algorithm input ?
2)when i tried with this flow its giving
[IPU1-0] 21.639053 s: VIDEO_SENSOR: INST1 : I2C1 : I2C Addr = 0x38
[IPU1-0] 24.162172 s: VIDEO_SENSOR: VIP 0: DRV ID 1205 (I2C ADDR 0x38): a635:0000:7fa2
[IPU1-0] 24.162660 s: VIDEO_SENSOR: INST2 : I2C1 : I2C Addr = 0x39
[IPU1-0] 26.690264 s: VIDEO_SENSOR: VIP 2: DRV ID 1205 (I2C ADDR 0x39): a635:0000:7fa2
[IPU1-0] 26.690752 s: VIDEO_SENSOR: INST3 : I2C1 : I2C Addr = 0x3a
[IPU1-0] 29.230952 s: VIDEO_SENSOR: VIP 4: DRV ID 1205 (I2C ADDR 0x3a): a635:0000:7fa2
[IPU1-0] 29.231440 s: VIDEO_SENSOR: INST4 : I2C1 : I2C Addr = 0x3b
[IPU1-0] 31.758219 s: VIDEO_SENSOR: VIP 8: DRV ID 1205 (I2C ADDR 0x3b): a635:0000:7fa2
[IPU1-0] 31.766424 s: CAPTURE: Create in progress !!!
[IPU1-0] 31.766638 s: CAPTURE: VIP1 Slice0 PortA capture mode is [ 8-bit] !!!
[IPU1-0] 31.886994 s: CAPTURE: VIP1 Slice1 PortA capture mode is [ 8-bit] !!!
[IPU1-0] 32.007350 s: CAPTURE: VIP2 Slice0 PortA capture mode is [ 8-bit] !!!
[IPU1-0] 32.127706 s: CAPTURE: VIP3 Slice0 PortA capture mode is [ 8-bit] !!!
[IPU1-0] 32.248337 s: CAPTURE: Create Done !!!
[IPU1-0] 32.249405 s: IPC_OUT_0 : Create in progress !!!
[IPU1-0] 32.249740 s: IPC_OUT_0 : Create Done !!!
[HOST ] 32.249923 s: IPC_IN_0 : Create in progress !!!
[HOST ] 32.250259 s: IPC_IN_0 : Create Done !!!
[HOST ] 32.250350 s: ALGORITHM: Create in progress (algId = 0) !!!
[HOST ] 32.254193 s: Assertion @ Line: 415 in algorithmLink_algPluginSupport.c: status == SYSTEM_LINK_STATUS_SOK : failed !!!
3) which paramerter should be same for merge?