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.
Hello Everyone,
I ran the use case of object detection in single camera in hlos and I got the following error:
[HOST] [HOST ] 439.307417 s:
[HOST] [HOST ] 439.307448 s:
[HOST] [HOST ]
[HOST] [HOST ] Select use-case options,
[HOST] [HOST ] ------------------------
[HOST] [HOST ] 1: Enable Pedestrain Detect (PD)
[HOST] [HOST ] 2: Enable Traffic Sign Regonition (TSR)
[HOST] [HOST ] 3: Enable Vehicle Detect (VD)
[HOST] [HOST ] 4: Enable PD+TSR+VD
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:
[HOST] [HOST ]
1
[HOST] [IPU2 ] 450.403403 s: CAPTURE: Create in progress !!!
[HOST] [IPU2 ] 450.403800 s: CAPTURE: VIP2 Slice0 PortA capture mode is [ 8-bit] !!!
[HOST] [IPU2 ] 450.403952 s: captdrv/src/vpsdrv_capturePriv.c @ Line 266:
[HOST] [IPU2 ] 450.404044 s: Invalid number of streams(0) - Supported max streams 8
[HOST] [IPU2 ] 450.404135 s: Assertion @ Line: 548 in captureLink_drv.c: pInst->captureVipHandle != NULL : failed !!!
I request you to help me in resolving this issue.
Best Regards,
Vijay
Hi,
Please don't create duplicate thread.
I am already looking into below thread and will provide response there
Build error while building Object Detection module in TDA2x - Processors forum - Processors - TI E2E...
Please close this thread.
Regards,
Anuj
Hello Yordan/Anuj,
I was able to resolve the issue.I added code for setting capture parameters for CHAINS_CAPTURE_SRC_OV490 in chains_common.c under vision_sdk/apps/src/hlos/common.I am able to do object detection and my use case detects pedestrian,vehicle and traffic signs in hlos.
But the object detection stops after sometime with the following error messages displayed continuously in the terminal:
SYSTEM: IPC:[DSP1] Notify recvfrom failed <Link has been severed,67> !!!
SYSTEM: IPC:[DSP1] Notify recvfrom failed <Link has been severed,67> !!!
SYSTEM: IPC:[DSP1] Notify recvfrom failed <Link has been severed,67> !!!
SYSTEM: IPC:[DSP1] Notify recvfrom failed <Link has been severed,67> !!!
I request you to resolve this issue.
Best Regards,
Vijay