<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://wiki.gacq.com/index.php?action=history&amp;feed=atom&amp;title=Camaras_Digitales</id>
		<title>Camaras Digitales - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gacq.com/index.php?action=history&amp;feed=atom&amp;title=Camaras_Digitales"/>
		<link rel="alternate" type="text/html" href="https://wiki.gacq.com/index.php?title=Camaras_Digitales&amp;action=history"/>
		<updated>2026-04-04T17:15:01Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.29.2</generator>

	<entry>
		<id>https://wiki.gacq.com/index.php?title=Camaras_Digitales&amp;diff=1542&amp;oldid=prev</id>
		<title>192.168.0.105 en 20:43 27 jul 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacq.com/index.php?title=Camaras_Digitales&amp;diff=1542&amp;oldid=prev"/>
				<updated>2006-07-27T20:43:48Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Bajar fotos =&lt;br /&gt;
Sin duda la forma mas facil de bajar las fotos es:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
gphoto2 -P&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Canon Powershot A510 =&lt;br /&gt;
Parece que Canon usa una extension propietaria del protocolo PTP, lo que la hace algo incompatible.&lt;br /&gt;
   http://www.teaser.fr/~hfiguiere/linux/digicam.html&lt;br /&gt;
&lt;br /&gt;
A Mayo del 2005 todavia no hay driver para soportala bien&lt;br /&gt;
&lt;br /&gt;
   Especificaciones del protocolo: http://www.graphics.cornell.edu/~westin/canon/&lt;br /&gt;
&lt;br /&gt;
La pude hacer andar, mal por que se cuelga y tengo que apagarla y volver a prenderla todo el tiempo gphoto todavia no soporta este modelo. no puedo bajar los videos.&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
*gphoto2&lt;br /&gt;
*gtkam - La reconoce como &amp;quot;USB PTP Class Camera&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Una guia de configuracion ==&lt;br /&gt;
&lt;br /&gt;
20-May-2005&lt;br /&gt;
&lt;br /&gt;
I was also fighting with my powershot a510 @ sarge, but finally was VERY easy.&lt;br /&gt;
&lt;br /&gt;
software that you need is (install them with aptitude or whatever):&lt;br /&gt;
&lt;br /&gt;
*gphoto2&lt;br /&gt;
*hotplug&lt;br /&gt;
*gtkam&lt;br /&gt;
&lt;br /&gt;
And their respective dependencies, of course.&lt;br /&gt;
&lt;br /&gt;
As root, you can see that your camera is detected:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
laptop1:/home/adacad# gphoto2 --auto-detect&lt;br /&gt;
Modelo                         Puerto&lt;br /&gt;
----------------------------------------------------------&lt;br /&gt;
USB PTP Class Camera           usb:&lt;br /&gt;
USB PTP Class Camera           usb:001,006&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just if you are in a hurry: you now even can download all from your camera&lt;br /&gt;
(always as root) with&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
gphoto2 -P&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
But you probably don't want to be root only to work with your camera, do you?&lt;br /&gt;
&lt;br /&gt;
So, let's config it for a normal user. When you install gphoto2 it installs libgphoto2-2,&lt;br /&gt;
I suggest you to read&lt;br /&gt;
&lt;br /&gt;
/usr/share/doc/libgphoto2-2/README.Debian&lt;br /&gt;
&lt;br /&gt;
Briefly, what it says is that only root can access usb port where the camera&lt;br /&gt;
is plugged, so it kindly created a group named 'camera' and a script to configure&lt;br /&gt;
hotplug to achieve any user that belongs to that group can access the port (maybe&lt;br /&gt;
this is why you couldn't detect your camera), and that you'll need to add any user you&lt;br /&gt;
want to access to the camera to that group, how? with this simple command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
adduser myusername camera&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then you'll have to relogin the graphical environment, in order to reload group&lt;br /&gt;
configuration... then start gtkam, menu camera, detect it (it detects as USB PTP&lt;br /&gt;
Camera), then the rest is a matter of playing and PATIENCE!!! it is slow when&lt;br /&gt;
downloading thumbnails or even the directory structure.&lt;br /&gt;
&lt;br /&gt;
Also you may want to install kde's kamera, once installed then you'd have to configure&lt;br /&gt;
it at the control center, peripherals, camera, add a camera (USB PTP Class camera)&lt;br /&gt;
and then at any konqueror window you can put as URL&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
camera:/&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
I feel kamera works faster than gtkam, even though it throws some errors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Errores ==&lt;br /&gt;
gtkam 0.1.12 - &amp;quot;could not initialize camera&amp;quot; (Cuando quiero reconocer la camara)&lt;br /&gt;
*Necesita permisos de root para que funcione, hay que ver donde esta el permiso que necesita.&lt;/div&gt;</summary>
		<author><name>192.168.0.105</name></author>	</entry>

	</feed>