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.

PROCESSOR-SDK-DRA8X-TDA4X: A mismatch between document and code about stereo disparity demo app

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Hi,

I'm testing vision apps on sd card. And found an undocumented trick to run Stereo Disparity without changing app_stereo.cfg as descripted in document: export APP_STEREO_DATA_PATH environment variable.

export APP_STEREO_DATA_PATH=/opt/vision_apps/test_data/psdkra/stereo_test_data

And since stereo test_data is installed a required path "/opt/vision_apps" by document https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/RUN_INSTRUCTIONS.html

why not just export APP_STEREO_DATA_PATH in vision_apps_init.sh?  It's convenient and then there is no field changing is required.

A sample "app_stereo.cfg" for Stereo Depth is provided under "/opt/vision_apps/" on the rootfs partition. Update paths and other fields as required.

software-dl.ti.com/.../group_apps_basic_demos_app_stereo.html