Paths of v4lrtspserver must be adapted to the new root fs
strings v4l2rtspserver-master | grep detection
/system/sdcard/scripts/detectionTracking.sh
/system/sdcard/scripts/detectionOn.sh
/system/sdcard/scripts/detectionOff.sh
That should be done during compilation (no idea how this binary is compiled).
A quick patch would be to change the strings using "sed", but the string size must be the same (or the binary will fail).
Paths of v4lrtspserver must be adapted to the new root fs
That should be done during compilation (no idea how this binary is compiled).
A quick patch would be to change the strings using "sed", but the string size must be the same (or the binary will fail).