Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old September 16th, 2006   #1
madcow72
Gee! These Aren't Roasted!
 
madcow72's Avatar
 
Join Date: Sep 2006
Location: Toronto
Beans: 161
Ubuntu 7.10 Gutsy Gibbon
Send a message via Yahoo to madcow72
Can't connect my Canon 20D in Ubuntu...

I should admit that I am very much a newbie to Linux - just made the switch about 2-3 weeks ago. One of the last issues I can't seem to resolve yet, is the ability to connect my digital camera to my box. I have a Canon EOS 20D DSLR and can't seem to connect. In my limited knowledge, I expected that the camera would be recognized as a USB mass storage device when I connected, but nothing happens. Is there any way of probing for the device / mounting it as a drive? Also, can I expect that Linux will see the raw .cr2 files? (This doesn't happen in Windows, which is why I ask.)

Any help / leads on this issue would be greatly appreciated!
madcow72 is offline   Reply With Quote
Old September 17th, 2006   #2
slimdog360
Fresh Brewed Ubuntu
 
slimdog360's Avatar
 
Join Date: Apr 2006
Location: in the dark
Beans: 1,513
Re: Can't connect my Canon 20D in Ubuntu...

try picasa or gphoto2 (which picasa is based off).
__________________
Imagination is more important than knowledge
slimdog360 is offline   Reply With Quote
Old September 17th, 2006   #3
vinnn
Just Give Me the Beans!
 
Join Date: Sep 2006
Location: Liverpool, UK
Beans: 48
Ubuntu 9.10 Karmic Koala
Re: Can't connect my Canon 20D in Ubuntu...

Your 20D, like my 350D should be in PTP connection mode by default, that's why it doesn't show as a mass storage device. (Although I ain't sure if it'd shown up in USB mode either).

Anyway, keep you camera in PTP mode and do a..

Code:
sudo apt-get install digikam digikamimageplugins kipi-plugins gimp-ufraw gimp-dcraw
This will give you RAW support in The GIMP and install digiKam (which is a great KDE based image organizer and editor, nicer and more featureful than Picasa or F-Spot) with a bunch of plugins including filters, effects & RAW support within digiKam.

You'll then be able to connect and download your images straight from your camera within digiKam and also do some neat stuff like automatically rotate and update EXIF orientation data as they transfer.

Tip: You have to enable the digikam & kipi plugins manually in digikam's preferences.

Last edited by vinnn; September 17th, 2006 at 06:47 PM..
vinnn is offline   Reply With Quote
Old September 18th, 2006   #4
madcow72
Gee! These Aren't Roasted!
 
madcow72's Avatar
 
Join Date: Sep 2006
Location: Toronto
Beans: 161
Ubuntu 7.10 Gutsy Gibbon
Send a message via Yahoo to madcow72
Re: Can't connect my Canon 20D in Ubuntu...

Vinnn,

Thanks for the advice! I hadn't checked out Digikam yet, it looks like a good program. I realized that I was being stupid...my camera was not set to PTP-Mode on the menu. As soon as I fixed this, my camera was immediately recognized by the computer, of course. Unfortunately, Digikam is stalling when trying to import pictures from my camera and then giving me the error that it couldn't import. I'll keep working on that. Probably something stupid that I'm doing again - if I find something interesting, I'll post it in case anyone else has the same problem in the future.

Oh, by the way, apt tells me that gimp-ufraw and gimp-dcraw are conflicting packages, so I only installed gimp-dcraw...

Last edited by madcow72; September 18th, 2006 at 06:28 PM..
madcow72 is offline   Reply With Quote
Old September 18th, 2006   #5
madcow72
Gee! These Aren't Roasted!
 
madcow72's Avatar
 
Join Date: Sep 2006
Location: Toronto
Beans: 161
Ubuntu 7.10 Gutsy Gibbon
Send a message via Yahoo to madcow72
Re: Can't connect my Canon 20D in Ubuntu...

OK, should be the last post in this session. I just wanted to mention how I got my Canon EOS 20D to connect and download .cr2 images for editing in case anyone as clueless as I searches for help on the same subject:

1) Make sure your camera is in PTP mode, (Menu -> Communication -> PTP)

2) Install Digikam (This isn't necessary as other programs like Picasa will also work, but Digikam seems much cleaner and faster)
Code:
sudo apt-get install digikam digikamimageplugins kipi-plugins
sudo apt-get install gimp-dcraw
3) Configure Digikam to connect to your Camera, (Camera -> Add your Camera)

4) Turn your camera on and connect to the computer with USB.

5) Browse and Download your pictures by choosing your camera model under the "Camera" menu option.

As a last note, I want to add how much simpler this process is under Linux as opposed to Windows where you need particular Canon drivers and software to even connect the camera up and see images in the first place, not to mention obtaining the raw files. If I wasn't convinced to stick with Linux before, I think I am now...
madcow72 is offline   Reply With Quote
Old September 19th, 2006   #6
djinni
First Cup of Ubuntu
 
Join Date: Jul 2006
Beans: 9
Re: Can't connect my Canon 20D in Ubuntu...

I'm running xubuntu on my Toshiba Satellite laptop. I have a Canon Powershot 1S

I couldn't get the install working from the terminal. But I was able to get digiKam and the other stuff installed using the synaptic package manager and the install CD.

digiKam works to download images directly from the camera using PTP. It has some problems. Sideways images are automatically rotated, even though the camera viewer shows them rotated properly. I can rotate images using the digiKam software, but it seems to close out digiKam at the end of the operation.

After one restart, there were some error messages, but digiKam came up anyway.

Another issue I had is with photo-stitch images. The camera has a feature where you snap a bunch of overlapping images. The windows software can stitch these all together to make a single landscape portrait. The images won't download using digiKam.
djinni is offline   Reply With Quote
Old September 22nd, 2006   #7
madcow72
Gee! These Aren't Roasted!
 
madcow72's Avatar
 
Join Date: Sep 2006
Location: Toronto
Beans: 161
Ubuntu 7.10 Gutsy Gibbon
Send a message via Yahoo to madcow72
Re: Can't connect my Canon 20D in Ubuntu...

What sort of error messages are you getting when you try to re-start DigiKam?

You should be able to see your camera as a mass storage device appearing on your desktop after you plug in. Have you tried manually copying the images onto your harddrive? Are the images .jpg or some weird proprietary format?

Unfortunately, I'm too new to Linux right now to suggest any replacements for photo-stitch, although I'm sure they exist...
madcow72 is offline   Reply With Quote
Old February 3rd, 2008   #8
elevel
First Cup of Ubuntu
 
Join Date: Apr 2007
My beans are hidden!
Re: Can't connect my Canon 20D in Ubuntu...

I just like to confirm, that the suggested approach using DigiKam also works fine with the Canon PowerShot G9.

Currently using openGEU which is based on Ubuntu 7.10
elevel is offline   Reply With Quote
Old April 13th, 2008   #9
experttease
First Cup of Ubuntu
 
Join Date: Oct 2007
Beans: 6
Re: Can't connect my Canon 20D in Ubuntu...

So is it not possible to see it as a drive? I would use picasa but it's on top of wine and a pain. F-Spot imports the photos but each time I have to move the photos, picasa on windows is awesome as it just indexes your photos and desn't make a pointless extra copy (unless you edit them, in which case it backs them up), whereas F-Spot thinks I want an extra copy of them when I import locally, and it...sorry, have I repeated myself?!...and it has this weird folder structure which is useless if you want to navigate them in nautilus...thanks for listening..
experttease is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:07 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry