Hi
I would like to have a better understanding of the build config in "vision_sdk_apps\configs\tda2xx_cascade_linux_radar"
From what I can read in the cfg.mk, it seems to be compiling at least 3 of the usecases in this directory: vision_sdk\apps\src\hlos\adas\src\usecases
UC_cascade_radar_capture_linux_only=yes
UC_cascade_radar_datacollect=yes
UC_cascade_radar_multi_datacollect=yes
ifeq ($(RADAR_STUDIO), yes)
UC_cascade_radar_datacollect_radar_studio=yes
endif
As far as my understanding goes, each use case is separate? How can it be compiling all three into one binary?
Please help me clear up my misunderstanding :)
Kind regards
Daniel