I have a Pi set up to take pictures at certain times of the day and save them to a folder on the Micro SD card, using Cron. This works very well and appears to be very reliable.
I notice though that if I run the same program manually, it produces an output window which contains the text that I have entered in to the program, namely 'Picture taken and sent to file'. However, when Cron runs the program, even though it correctly saves the picture, it does not produce the output window.
I would now like to use Cron on another one of my Pi's for another purpose but this time it is essential that the output window is visible.
Is there something extra that I need to enter into the program when running from Cron to ensure it produces the output window, that incidentally is headed, 'Python 3.4.2 shell'?