issue with raspistill (&vid) saving to mounted network drive
Posted: Fri Jan 17, 2014 10:57 am
Hi - been around computers for years but very new to raspberry pi and linux.
Help please - going in circles.
I have mounted the public folder on a wired network Windows PC as PiPics The folder has read/write access.
On the Pi I can browse the contents of the PC folder by cd /mmt/PiPics and see the contents ok.
Nano can write a text file to the windows folder with no problem.
I can't get raspistill to save to it.
Using raspistill -o //mnt/PiPics/test.jpg
or raspistill -o /mnt/PiPics/test.jpg from the root
or if I change to the mmt/PiPics directory and use the same or
raspistill -o test.jpg I get the same error
The error generated is;
mmal: main: error opening output file: test.jpg
Very odd as Nano saves to the drive and raspistill works great on the Pi.
I must be missing something very obvious.
Help please - going in circles.
I have mounted the public folder on a wired network Windows PC as PiPics The folder has read/write access.
On the Pi I can browse the contents of the PC folder by cd /mmt/PiPics and see the contents ok.
Nano can write a text file to the windows folder with no problem.
I can't get raspistill to save to it.
Using raspistill -o //mnt/PiPics/test.jpg
or raspistill -o /mnt/PiPics/test.jpg from the root
or if I change to the mmt/PiPics directory and use the same or
raspistill -o test.jpg I get the same error
The error generated is;
mmal: main: error opening output file: test.jpg
Very odd as Nano saves to the drive and raspistill works great on the Pi.
I must be missing something very obvious.