Hello
I am using TDA3x RVP with OV10640 camera module.
I want to develop lane Crossing detection use case using this SoC in Vision SDK.
I have seen a default use case in Vision SDK on lane detection-
" 1CH VIP capture (HDMI) + Lane Detect (DSP1 + EVE1) + Display" |
But this is using VIP (HDMI) capture. I have taken this as the reference and developed my own use case using the following links (for lane detection using ISS capture)-
IssCapture -> IssM2mIsp -> IssM2mSimcop -> Dup -> Merge_alg
Dup -> Alg_ImagePreProcess (EVE1) -> Alg_ImgPyramid -> Alg_LaneDetect (DSP1) -> Merge_alg -> Sync_alg (DSP1) -> Alg_ObjectDraw (DSP1) -> Display_Video
IssM2mIsp -> Alg_IssAewb
GrpxSrc -> Display_Grpx
The problem with the use case is that it is detecting only single side lane crossing and showing the warning on the display.
Is the reference use case developed in order to detect only single crossing?