Canon EOS

From YobiWiki
Jump to navigation Jump to search

EOS 350D

http://www.digital-versand.de/images/big/canon_eos_350d.jpg

Intro

  • CMOS
    • 22,2 x 14,8 mm
    • 8,2 millions of pixels (8 millions when capturing -> 3456 x 2304)
    • ISO 100, 200, 400, 800 or 1600
  • EF-S body compatible with all Canon EF (red dot/full frame) or EF-S (white square) but 1,6X to get 35 mm equivalent
  • EF-S 18-55 3.5-5.6 II Ø58
  • EF 75-300 1:4-5.6 III USM Ø58
  • YXTM Hand Grip bough on EBay

Official sites

Guides

Non-officials

Hacks


File:Declencheur.jpg
The external trigger is composed of a jack 2.5mm, three wires, an on/off switch and a push button
Shortcut of ground and right (the middle ring) is equivalent to half-press, here wired to a simple on/off switch which provides the housing
Shortcut of ground and left (the tip) is equivalent to full press, here wired to a simple red push button

Linux

Digital photography

Scripts

If you don't like having files named IMG_1234.JPG, you can try sth like this to rename the images _yyyy_mm_dd-xxx.jpg_

j=1;
for i in *.JPG;do
   exif.py $i 2>/dev/null |\
   gawk -v i=$i -v j=$j '
       /DateTime:/{
           match($0,/([0-9]+):([0-9]+):([0-9]+)/,a);
           system("mv "i" " sprintf(a[1] "_" a[2] "_" a[3] "-" "%03d" ".jpg",j))
       }';
   j=$((j+1));
done

Devel

Cards

  • SanDisk Extreme III 1.0 Gb
    • Reading from PCMCIA: 11Mbits/s
    • Reading from USB2: 20 Mbits/s