Bug 96186 - upload to camera not possible
Summary: upload to camera not possible
Status: RESOLVED INTENTIONAL
Alias: None
Product: digikam
Classification: Applications
Component: Import-Gphoto2 (show other bugs)
Version: 0.7.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-02 21:46 UTC by Joerg Entress
Modified: 2017-08-16 06:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Entress 2005-01-02 21:46:42 UTC
Version:           0.7 (using KDE 3.3.2 Level "a" , unofficial build of SUSE )
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i586) release 2.6.5-7.111.5-default

I can't find upload pictures to my camera (Canon Powershot A75). 
Is there any way to do it ?
Comment 1 Cyrill Helg 2005-01-03 18:40:57 UTC
Hi
I think that this is not possible whith this camera. I have a powershot S45 and this does not even work in windows. 

Greets
Comment 2 Bill Sheppard 2005-01-05 20:47:40 UTC
I don't think this has anything to do with the camera, I no longer see "upload" as an option on any of the menus.  Is it intended to be added back in?
Comment 3 Joern Ahrens 2006-02-08 13:15:27 UTC
Mount your camera, open konqi and use drag and drop to upload your images to your camera. I don't think, it is worth to implement this in digikam...
Comment 4 Mikolaj Machowski 2006-02-08 13:45:37 UTC
While not worth of implementing directly in digiKam maybe some action like "Open Camera in Konqueror"?

----------------------------------------------------
Serwis moto.wp.pl - ponad 360 galerii - znajd
Comment 5 caulier.gilles 2006-07-24 17:01:10 UTC
SVN commit 565821 by cgilles:

digikam from trunk : improvement of camera interface : Restoring  an old feature from digiKam 0.6.2 to upload pictures to camera.

In fact the interface to upload into gphoto2 camera have been never removed but the interface with the new digiKam folder view have never written by renchi.

All camera type are supported : Gphoto2, PTP, UMS, etc. This implementation have been tested with my Olympus C3000Z and my Minolta Dynax 5D.

By this commit, there is 2 ways to upload pictures in your camera :

- Drag & drop between digiKam main interface (or quesror if you want), and camera interface.
- Copy and Paste like between digiKam album.

Todo : add a new 'Upload' button on the bottom of Camera Interface. I need a feedback from user before to do it... This one is really mandatory ?

Note : with Gphoto2 camera, check if the camera dirver support upload using the new camera info dialog available by Camera Interface Help menu.

CCMAIL: digikam-devel@kde.org
CCBUGS: 96186


 M  +15 -14    Makefile.am  
 M  +85 -16    cameracontroller.cpp  
 M  +5 -1      cameracontroller.h  
 A             camerafolderdialog.cpp   [License: GPL]
 A             camerafolderdialog.h   [License: GPL]
 A             camerafolderitem.cpp   [License: GPL]
 A             camerafolderitem.h   [License: GPL]
 A             camerafolderview.cpp   [License: GPL]
 A             camerafolderview.h   [License: GPL]
 M  +76 -0     cameraiconview.cpp  
 M  +8 -0      cameraiconview.h  
 M  +36 -1     cameraui.cpp  
 M  +4 -3      cameraui.h  
 M  +7 -1      dkcamera.cpp  
 M  +7 -3      dkcamera.h  
 M  +70 -12    gpcamera.cpp  
 M  +4 -6      gpcamera.h  
 M  +104 -8    umscamera.cpp  
 M  +3 -2      umscamera.h