Hi E2E-Team,
It works fine everything if I manually run the application (like /opt/vision_apps/vx_app_fcw_hba.out --cfg /opt/vision_apps/app_od_two_models.cfg) or through script(/home/root/hba.sh) in the console.
It does not work (camera feed) on autorun(autolaunch) at TDA4 power-on using the sytemctl command. It runs(launch) the application(it shows CPU performance benchmarks in the bottom screen) but it does not show the camera image. Please let me know the solution?
Script:-
root@j7-evm:/opt/vision_apps# cat /home/root/hba.sh
#! /bin/sh
cd /opt/vision_apps
/opt/vision_apps/vx_app_fcw_hba.out --cfg /opt/vision_apps/app_od_two_models.cfg
service:
root@j7-evm:/opt/vision_apps# cat /lib/systemd/system/hba.service
[Unit]
Description=Harman hba service
[Service]
## Type=oneshot
ExecStart=/home/root/hba.sh
StandardOutput=journal+console
[Install]
WantedBy=multi-user.target
root@j7-evm:/opt/vision_apps#
Regards,
Vadivel