Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 16/05/2005, à 16:22

jmtt

importation d'image depuis reflex numérique Minolta Dynax 7D

Bonjour à tous,

Je suis nouveau sur ubuntu (surtout kubuntu en l'occurence mais mon pb est valable sur les deux je crois) après 1 an et demi de mandrake.

J'utilise un reflex numérique Minolta Dynax 7D, non reconnu.

Sur mandrake, j'avais configuré l'appareil comme PTP class usb et pouvais importer les jpg par flphoto.
Il n'était pas reconnu comme support de masse, donc pas de possibilité de récupérer du raw.

Sur Ubuntu, idem pour le support de masse. Mon petit numérique nikkon s'affiche sur le bureau, mais le reflex non.
Je ne me faisais pas d'illusion mais bon ça aiderait quand même. Evidemment je n'ai rien trouvé chez minolta concernant linux.

Par contre le pb qui me touche d'avantage c'est que je n'arrive pas a en faire un PTP class ubs device, comme c'était le cas sur mandrake. Ainsi pas d'import du tout sad

Ce qui m'est le minimum nécessaire c'est d'acceder aux jpg. Le top serait de pouvoir bosser en raw.

quelques infos système :
carte mère chaintech CT-7vjl
Usb 2 évidemment
Ubuntu 5.04 et kde desktop.

Bonne journée à vous.

Hors ligne

#2 Le 22/05/2005, à 12:33

jmtt

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

patiellement résolu en solo : l'application Digikam reconnait l'appareil comme ptp class générique et importe donc les jpg.

Hors ligne

#3 Le 22/05/2005, à 13:07

ZeBob

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

Digikam Plugins
Plugins for digikam, a simple digital photo managment application:
This package provides the following plugins

1) Raw Image Converter: A digital raw image converter
2) ...


dcraw

Decode raw digital camera images
This utility converts the native (RAW), format of various digital
cameras into netpbm portable pixmap (.ppm) image.  Supports the
following models: Canon, Kodak, Olympus, Nikon, Fuji, Minolta and
Sigma (see http://www.cybercom.net/~dcoffin/dcraw/ for full list)
Note: This utility does not read directly from the cameras, only
the files after they have been downloaded, use gphoto2 for that.

-->Suggère gimp-dcraw

GIMP plug-in for loading RAW digital photos
This is a plug-in for the GIMP which uses dcraw to load the
RAW format files used by certain digital cameras (see dcraw for
supported models). It is by the same author as dcraw itself.

EDIT: sur la liste des appareils supportés de dcraw il y a Minolta Alpha/Dynax/Maxxum 7D !!

Dernière modification par ZeBob (Le 22/05/2005, à 13:09)

Hors ligne

#4 Le 22/05/2005, à 14:42

jmtt

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

Merci bien ZeBob

J'ai un souci d'installation cependant, du à mon incompétence : il s'agit d'un truc ç compiler, ce que je ne sais pas faire :
vs@rdc:~$ gcc -o dcraw -O3 dcraw.c -lm -ljpeg
bash: gcc: command not found

Il faut installer un compileur C ? c'est ça ?

Hors ligne

#5 Le 22/05/2005, à 15:13

jmtt

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

Bon j'ai installé gcc et apparemment la commande est passé

Par contre je coince pour le pluggin gimp

   Raw photo loader plugin for The GIMP
   by Dave Coffin at cybercom dot net, user dcoffin
   http://www.cybercom.net/~dcoffin/

   $Revision: 1.22 $
   $Date: 2005/03/29 06:46:19 $

   This code is licensed under the same terms as The GIMP.
   To simplify maintenance, it calls my command-line "dcraw"
   program to do the actual decoding.

   To install locally:
    gimptool --install rawphoto.c

   To install globally:
    gimptool --install-admin rawphoto.c

   To build without installing:
    gcc -o rawphoto rawphoto.c `gtk-config --cflags --libs` -lgimp -lgimpui
*/

Les deux premières commandes ne marchent pas, et la troisième sort une belle liste de soucis :

vs@rdc:~$ gcc -o rawphoto rawphoto.c `gtk-config --cflags --libs` -lgimp -lgimpu
i
bash: gtk-config: command not found
rawphoto.c:27:21: gtk/gtk.h : Aucun fichier ou répertoire de ce type
rawphoto.c:29:26: libgimp/gimp.h : Aucun fichier ou répertoire de ce type
rawphoto.c:30:28: libgimp/gimpui.h : Aucun fichier ou répertoire de ce type
rawphoto.c:32:23: opérateur binaire manquant avant l'élément lexical « ( »
rawphoto.c:36:23: opérateur binaire manquant avant l'élément lexical « ( »
rawphoto.c:49: error: erreur de syntaxe before '*' token
rawphoto.c:55: error: erreur de syntaxe before "load_dialog"
rawphoto.c:55: error: erreur de syntaxe before '*' token
rawphoto.c:55: attention : data definition has no type or storage class
rawphoto.c:56: error: erreur de syntaxe before "load_image"
rawphoto.c:56: error: erreur de syntaxe before '*' token
rawphoto.c:56: attention : data definition has no type or storage class
rawphoto.c:58: error: erreur de syntaxe before "PLUG_IN_INFO"
rawphoto.c:60: attention : initialisation transforme un pointeur en entier sans
transtypage
rawphoto.c:61: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:61: attention : (près de l'initialisation de « PLUG_IN_INFO »)
rawphoto.c:62: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:62: attention : (près de l'initialisation de « PLUG_IN_INFO »)
rawphoto.c:63: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:63: attention : (près de l'initialisation de « PLUG_IN_INFO »)
rawphoto.c:64: attention : data definition has no type or storage class
rawphoto.c:67: error: erreur de syntaxe before "gboolean"
rawphoto.c:67: attention : pas de point virgule à la fin de la structure ou de l
'union
rawphoto.c:68: attention : data definition has no type or storage class
rawphoto.c:69: error: erreur de syntaxe before '}' token
rawphoto.c:70: attention : accolades autour d'une initialisation de scalaire
rawphoto.c:70: attention : (near initialization for `cfg')
rawphoto.c:70: error: `FALSE' undeclared here (not in a function)
rawphoto.c:70: error: un élément de l'initialisation n'est pas une constante
rawphoto.c:70: error: (near initialization for `cfg')
rawphoto.c:70: error: `FALSE' undeclared here (not in a function)
rawphoto.c:70: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:70: attention : (près de l'initialisation de « cfg »)
rawphoto.c:70: error: `FALSE' undeclared here (not in a function)
rawphoto.c:70: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:70: attention : (près de l'initialisation de « cfg »)
rawphoto.c:70: error: `FALSE' undeclared here (not in a function)
rawphoto.c:70: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:70: attention : (près de l'initialisation de « cfg »)
rawphoto.c:70: error: `FALSE' undeclared here (not in a function)
rawphoto.c:70: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:70: attention : (près de l'initialisation de « cfg »)
rawphoto.c:70: error: `FALSE' undeclared here (not in a function)
rawphoto.c:70: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:70: attention : (près de l'initialisation de « cfg »)
rawphoto.c:70: error: un élément de l'initialisation n'est pas une constante
rawphoto.c:70: error: (near initialization for `cfg')
rawphoto.c:71: attention : accolades autour d'une initialisation de scalaire
rawphoto.c:71: attention : (near initialization for `cfg')
rawphoto.c:71: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:71: attention : (près de l'initialisation de « cfg »)
rawphoto.c:71: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:71: attention : (près de l'initialisation de « cfg »)
rawphoto.c:71: attention : éléments en excès dans l'initialisation d'un scalaire
rawphoto.c:71: attention : (près de l'initialisation de « cfg »)
rawphoto.c:72: attention : data definition has no type or storage class
rawphoto.c: Dans la fonction « MAIN »:
rawphoto.c:77: error: storage class specified for parameter `query'
rawphoto.c:77: error: erreur de syntaxe before '{' token
rawphoto.c:84: error: storage class specified for parameter `GimpParamDef'
rawphoto.c:84: error: erreur de syntaxe before "load_return_vals"
rawphoto.c:89: error: storage class specified for parameter `gint'
rawphoto.c:89: error: erreur de syntaxe before "num_load_args"
rawphoto.c:91: error: storage class specified for parameter `gint'
rawphoto.c:91: error: redeclaration of `gint'
rawphoto.c:89: error: `gint' previously declared here
rawphoto.c:91: error: erreur de syntaxe before "num_load_return_vals"
rawphoto.c:125: error: erreur de syntaxe before '*' token
rawphoto.c:180: error: erreur de syntaxe before "gint32"
rawphoto.c:186: error: erreur de syntaxe before "setlocale"
rawphoto.c:254:24: opérateur binaire manquant avant l'élément lexical « ( »
rawphoto.c:274: error: storage class specified for parameter `label'
rawphoto.c:274: error: parameter `label' is initialized
rawphoto.c:275: attention : initialisation d'un type pointeur incompatible
rawphoto.c:275: attention : éléments en excès dans l'initialisation d'un scalair
e
rawphoto.c:275: attention : (près de l'initialisation de « label »)
rawphoto.c:276: attention : éléments en excès dans l'initialisation d'un scalair
e
rawphoto.c:276: attention : (près de l'initialisation de « label »)
rawphoto.c:276: attention : éléments en excès dans l'initialisation d'un scalair                               e
rawphoto.c:276: attention : (près de l'initialisation de « label »)
rawphoto.c:277: attention : éléments en excès dans l'initialisation d'un scalair                               e
rawphoto.c:277: attention : (près de l'initialisation de « label »)
rawphoto.c:277: attention : éléments en excès dans l'initialisation d'un scalair                               e
rawphoto.c:277: attention : (près de l'initialisation de « label »)
rawphoto.c:278: attention : éléments en excès dans l'initialisation d'un scalair                               e
rawphoto.c:278: attention : (près de l'initialisation de « label »)
rawphoto.c:278: attention : éléments en excès dans l'initialisation d'un scalair                               e
rawphoto.c:278: attention : (près de l'initialisation de « label »)
rawphoto.c:278: attention : éléments en excès dans l'initialisation d'un scalair                               e
rawphoto.c:278: attention : (près de l'initialisation de « label »)
rawphoto.c:280: error: erreur de syntaxe before "gimp_ui_init"
rawphoto.c:283:24: opérateur binaire manquant avant l'élément lexical « ( »
rawphoto.c:338:24: opérateur binaire manquant avant l'élément lexical « ( »
vs@rdc:~$

Hors ligne

#6 Le 22/05/2005, à 15:15

ZeBob

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

Naaaaaaaaaaaaaaaaaaaan t'emmerde pas à compiler tout est dispo dans synaptic !!

Hors ligne

#7 Le 22/05/2005, à 15:48

jmtt

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

OH Yeah ça marche, je t'embrasse:P

Moi qui pensais devoir booter windows toute ma vie pour collecter mes images reflex.

Je te dois une bière pour la peine wink

Et faudrait peut-être avertir l'auteur que son programme est paqueté pour ubuntu ( debian ?), parce que ça figure pas sur sa page... Ca fait une heure que je la lis. Je lui ai posté un petit mail.

Bonne bourre et merci encore.

Dernière modification par jmtt (Le 22/05/2005, à 16:00)

Hors ligne

#8 Le 17/01/2009, à 17:12

Tohrnoriac

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

Bonjour smile

ma tante a le meme appareil
l'ayant fait passer sous ubuntu 8.04 (son pc devanait lent, et sa fille recuperait aussi surement n'importe quoi via msn) il y a qques mois, elle n'arrive plus a recuperer ses photos

qu'est-ce qu'il faut que je lui dise pour qu'elle puisse a nvo le faire ?
elle a bien gimp d'installer, mais le reste dont vous avez parlé m'est un peu incomprehensible ^^

Merci big_smile

Hors ligne

#9 Le 18/01/2009, à 21:10

Tohrnoriac

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

up...
c'est le seul topic que j'ai trouvé ou une solution au prblm est trouvé
mais je suis pas un as avec linux moé,
plz un peu d'aide smile

Hors ligne

#10 Le 12/06/2009, à 11:28

chaka

Re : importation d'image depuis reflex numérique Minolta Dynax 7D

petit deterrage, je viens d'avoir un soucis pour récuperer mes photo d'un dynax 5d sur mon pc sous intrepid. en fait il a suffit que j'allume l'appareil photo AVANT de brancher la prise usb. et là il est reconnu. si je branche la prise usb puis allume le reflex mon pc ne le voit pas.
voila, c'est tout con mais si ca peut servir...

Hors ligne