LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-07-2004, 12:07 PM   #1
Mikessu
Member
 
Registered: Sep 2003
Distribution: Gentoo, FreeBSD 5.1
Posts: 122

Rep: Reputation: 15
Canon powershot A75 & Linux


Does anybody have Canon powershot A75 that works with Linux?

I have thought about buying it, but it seems that it's not supported by gphoto. Anyway does it work (for example with some other model's settings?)? A70 and A60 are supported...

http://www.dpreview.com/news/0402/04020905canona75.asp
 
Old 03-23-2004, 01:33 AM   #2
selli
LQ Newbie
 
Registered: Mar 2004
Location: Hungary
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
Hi, I think we he to wait for the next release 2.1.5. The A70 and the A75 is almost the same, I dont think its too difficult to write the driver for A75. You can try to hack the code yourself, if U fell brave
 
Old 03-23-2004, 12:24 PM   #3
selli
LQ Newbie
 
Registered: Mar 2004
Location: Hungary
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
I think I can hack the libghoto source, but I am not sure it is safe. Can I ruin the camera software or the camera hardware. I think only two line have to be changed:

here is my patch: IF U ARE BRAVE TRY IT !!! I AM NOT DONNO IF WORKS BUT REPORT IF DO

RCS file: /cvsroot/gphoto/libgphoto2/camlibs/canon/canon.c,v
retrieving revision 1.240
diff -u -r1.240 canon.c
--- camlibs/canon/canon.c 7 Mar 2004 20:41:58 -0000 1.240
+++ camlibs/canon/canon.c 23 Mar 2004 18:14:11 -0000
@@ -158,7 +158,8 @@
/* added from report on mailinglist. XXX: assuming capture works -Marcus */
/* PS A70 uses the same ProductID for PTP and Canon, with protocol autodetection */
{"Canon:PowerShot A70", CANON_PS_A70, 0x04A9, 0x3073, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
- /* PS A60 uses the same ProductID for PTP and Canon, with protocol autodetection */
+ {"Canon:PowerShot A75", CANON_PS_A75, 0x04A9, 0x30b5, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
+ /* PS A60 uses the same ProductID for PTP and Canon, with protocol autodetection */
{"Canon:PowerShot A60", CANON_PS_A60, 0x04A9, 0x3074, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
/* reported working on SourceForge patch tracker. */
{"Canonigital IXUS 400", CANON_PS_S400, 0x04A9, 0x3075, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
Index: camlibs/canon/canon.h
===================================================================
RCS file: /cvsroot/gphoto/libgphoto2/camlibs/canon/canon.h,v
retrieving revision 1.90
diff -u -r1.90 canon.h
--- camlibs/canon/canon.h 3 Feb 2004 13:05:42 -0000 1.90
+++ camlibs/canon/canon.h 23 Mar 2004 18:14:11 -0000
@@ -68,6 +68,7 @@
* @CANON_PS_A50: PowerShot A50
* @CANON_PS_A60: PowerShot A60
* @CANON_PS_A70: PowerShot A70
+ * @CANON_PS_A75: PowerShot A75
* @CANON_PS_A80: PowerShot A80
* @CANON_PS_PRO70: PowerShot Pro70
* @CANON_PS_S10: PowerShot S10
@@ -120,6 +121,7 @@
CANON_PS_A50,
CANON_PS_A60,
CANON_PS_A70,
+ CANON_PS_A75,
CANON_PS_A80,
CANON_PS_S10,
CANON_PS_S20,
 
Old 03-23-2004, 02:13 PM   #4
selli
LQ Newbie
 
Registered: Mar 2004
Location: Hungary
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
hmm I was brave, it works and doesnt

i has sometimes problem with downloading AVIs.

*** Error (-102: 'Corrupted data') ***

Any Idea ?
 
Old 07-07-2004, 06:59 AM   #5
Alan Lakin
Member
 
Registered: Sep 2002
Location: Wallington, Surrey, UK
Distribution: Ubuntu, Android phone
Posts: 119

Rep: Reputation: 15
I have been using an A70 with Slack 9.1 for some time now. This http://pto.linux.dk/Canon_PowerShot_A70_Linux/ helped get me started. I had most luck with flphoto for downloading pictures off the camera.

My sister-in-law has just bought an A75. I will use the above method again. The numbers required are 0x04a9/0x30b5 .

All the best.
 
Old 10-06-2004, 01:16 AM   #6
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
I've got a quick question about this digital camera. If this camera could be "mounted" as a USB Storage Device using kernel-level USB Mass Storage support, couldn't the images be read directly from the camera using any graphics tool, like Gimp, or am I missing something?

Peace...
 
Old 10-06-2004, 06:24 AM   #7
Alan Lakin
Member
 
Registered: Sep 2002
Location: Wallington, Surrey, UK
Distribution: Ubuntu, Android phone
Posts: 119

Rep: Reputation: 15
[QUOTE]Originally posted by tomdkat
[B]I've got a quick question about this digital camera. If this camera could be "mounted" as a USB Storage Device using kernel-level USB Mass Storage support, couldn't the images be read directly from the camera using any graphics tool, like Gimp, or am I missing something?

The magic word is if. This camera uses PTP. I am no expert on this but using PTP allows you to interface with the camera but that does not mean the camera could be mounted as a Mass Storage Device. One could do what you are suggesting using a separate USB card reader device. They are pretty cheap.
 
Old 10-06-2004, 09:13 AM   #8
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally posted by Alan Lakin
The magic word is if. This camera uses PTP. I am no expert on this but using PTP allows you to interface with the camera but that does not mean the camera could be mounted as a Mass Storage Device. One could do what you are suggesting using a separate USB card reader device. They are pretty cheap.
Gotcha. Thanks!

Peace...
 
Old 10-15-2004, 12:28 PM   #9
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
I just found this link with one user's experience in getting the A75 to work with RH9 (I think).

Peace...
 
Old 10-26-2004, 07:48 PM   #10
jugadj
LQ Newbie
 
Registered: Oct 2004
Distribution: FC2 and OpenBSD
Posts: 1

Rep: Reputation: 0
I used gtkam, clicked on Camera, Detect, and it showed USB PTP Class Camera, clicked Apply-OK, and it worked fine. I haven't tried to download video clips, but photos are working.
 
Old 10-26-2004, 10:47 PM   #11
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
What version of gtkam and libgphoto are you using?

Peace...
 
Old 01-15-2005, 03:58 PM   #12
jhomey
LQ Newbie
 
Registered: Jan 2005
Location: Vancouver, BC, CAN
Distribution: Mandrake 10.0
Posts: 2

Rep: Reputation: 0
Mandrake 10 comes with libgphoto2-2.1.4 and gphoto2-2.1.4. I installed those. I have a Canon Powershot A85 and it is only supported by libgphoto2-2.1.5. I installed that with gphoto2-2.1.5, but I can't get the frontend to use the newer lib. I keeps using the old one. How do fix this?
 
Old 01-15-2005, 05:03 PM   #13
Alan Lakin
Member
 
Registered: Sep 2002
Location: Wallington, Surrey, UK
Distribution: Ubuntu, Android phone
Posts: 119

Rep: Reputation: 15
You may need to manually generate a usb.usermap file. This is where the frontend will look to find your camera listed. Take a look at http://www.gphoto.org/doc/manual/ where there are instructions on how to do this. Slackware has the file in /etc/hotplug/usb.usermap, I don't know about mandrake. This is what I get when I look for my A70

sh-2.05b$ cat /etc/hotplug/usb.usermap | grep -i A70
# Canon PowerShot A70

You could try the same thing and substitute A85 to see if your camera is listed.

Best of luck.
 
Old 01-15-2005, 05:40 PM   #14
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
i have the A75, it works fine. you have to make the usermap file, as AL mentioned (for arch it's: "# /usr/lib/libgphoto2/print-usb-usermap >> /etc/hotplug/usb/usbcam.usermap" -- it might be the same for other distros, check your directories), and then if you have hotplug configured it's recognized as a generic USB PTP camera.
 
Old 01-15-2005, 05:49 PM   #15
ribena
LQ Newbie
 
Registered: Jan 2005
Distribution: Debian
Posts: 7

Rep: Reputation: 0
I've got a powershot A75 and it works with no probs, and I didn't have to change/edit any files
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Canon Powershot a510 linux drivers needed dmneoblade Linux - Hardware 8 05-23-2005 06:31 PM
Canon Powershot S10: remote capture linux nyk Linux - Hardware 0 10-25-2004 11:39 AM
Can't download images from Canon A75 Mikessu Linux - Hardware 3 09-23-2004 06:04 PM
Canon Powershot Pro 90IS on linux slungu Linux - Hardware 8 11-10-2003 01:56 AM
Canon PowerShot S50 oskar_27de Linux - Hardware 0 11-03-2003 04:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration