JohnnyRobot
New Member
Hi all,
I'm not really sure where this question should go. I'm not even sure if it's a Linux issue or a Python issue.
I've written a Raspberry Pi application (Ubuntu Mate) that's essentially a timed camera. Every 30 seconds, it snaps an image and writes it to disk.
When I start the application manually from the terminal, it works as expected.
When I configure the script to execute automatically at startup, (using crontab or systemd - It needs to be executed as root) the script runs without any error, but no images are written to the disk.
Any idea of what may be going on?
*** I'll be providing more info shortly
I'm not really sure where this question should go. I'm not even sure if it's a Linux issue or a Python issue.
I've written a Raspberry Pi application (Ubuntu Mate) that's essentially a timed camera. Every 30 seconds, it snaps an image and writes it to disk.
When I start the application manually from the terminal, it works as expected.
When I configure the script to execute automatically at startup, (using crontab or systemd - It needs to be executed as root) the script runs without any error, but no images are written to the disk.
Any idea of what may be going on?
*** I'll be providing more info shortly