Connect your camera to PC with serial link cable provided in the camera package. Switch on your camera first. Note. Some cameras need to be turned to the connect mode before accessing (consult camera User's manual). Than mount the camera resource.
nd attach u:
nd createmp u:\MyCamera
nd mount 3dEye u:\MyCamera CAMERA=KODAK280;CAMCOM=COM1;CAMBAUD=115200;REGKEY=ThirdEye.KEY w
First line - create a new NetDrive drive letter.
Second line - create the mount point for mounting the ThirdEye resource.
Third line - mount resource into the created mount point. There are four parameters.
CAMERA - type name for to your camera. For example KodakDC280. Now are supported following types: OLYMPUS, KONICA100, KONICA200, HP200, KODAK280, KODAK210, DIGITA, CASIOWRIST, KODAK3200, CANON, FUJI.
CAMCOM - serial port name where your camera is attached to, it could be any available serial port on your computer, for example COM3 etc.
CAMBAUD - serial port desirable speed, speed can be selected as one of standard serial port speeds from 9600 up to 115200 bps.
REGKEY - full filename for ThirdEye registration key.
After mounting, you may go to the NetDrive drive. When you open MyCamera folder you will see files with names DSC_XXXX.JPG and TMN_XXXX.JPG. Group of files with names begin with DSC is your photos. Group of files with names begin with TMN is thumbnails for that pictures. Thus you can copy and look through the thumbnails and than copy the pictures you pleased. Don't forget - you can't delete thumbnails, they will be deleted when you delete corresponding pictures.
If you want to finish work with your camera, you should unmount the resource :
nd unmount u:\MyCamera 0
|