|
|
|
|
|
Reviews
|
Views
|
Date product posted
|
|
0
|
1601
|
02-22-2004
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
No recommendations
|
None indicated
|
None indicated
|
|
|
|
|
|
|
|
Description:
|
Good camera. This script moves the pictures from the camera into my home folder
Code:
#!/bin/sh
su -c "mount -t vfat /dev/sda1 /mnt/camera;
mv /mnt/camera/dcim/100nikon/*.jpg /home/andy/tmp;
umount /mnt/camera;
chown -R andy.andy /home/andy/tmp"
It may need other things to get it to work (usb support for sure but possibly hotpluging and the libexif tarball). To upload video from the camera change *.mov for *.jpg in the script.
|
|
Keywords:
|
Digital Camera
|
|
Connection Type:
|
usb
|
|
|
|
All times are GMT -5. The time now is 05:43 AM.
|