Dear Sirs,
I would like to run the application in Raspberry PI startup.
I write below into a script, and I write into the "crontab -e" command.
[the script run in booting]
#!/bin/bash
rpicam-hello -t 0s --post-process-file /usr/share/rpi-camera-assets/imx500_mobilenet_ssd.json --viewfinder-width 1920 --viewfinder-height 1080 --framerate 30
The script runs in Raspberry PI startup successfully but I cannot control it.
Using mouse and keyboard, I cannot stop & quit the application. (Ctrl + Z/X/C are not effect...)
It seems I lose the control for system...
I try to connect to the raspberry PI system by ssh but don't know its ip address.
Please guide me how to do to modify the "crontab -e" back...
Thank you!
B.R.
YU
I would like to run the application in Raspberry PI startup.
I write below into a script, and I write into the "crontab -e" command.
[the script run in booting]
#!/bin/bash
rpicam-hello -t 0s --post-process-file /usr/share/rpi-camera-assets/imx500_mobilenet_ssd.json --viewfinder-width 1920 --viewfinder-height 1080 --framerate 30
The script runs in Raspberry PI startup successfully but I cannot control it.
Using mouse and keyboard, I cannot stop & quit the application. (Ctrl + Z/X/C are not effect...)
It seems I lose the control for system...
I try to connect to the raspberry PI system by ssh but don't know its ip address.
Please guide me how to do to modify the "crontab -e" back...
Thank you!
B.R.
YU
Statistics: Posted by okeyla — Mon Dec 30, 2024 2:55 am