Summary: | upload to camera not possible | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Joerg Entress <joerg.entress> |
Component: | Import-Gphoto2 | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | bill.sheppard |
Priority: | NOR | ||
Version: | 0.7.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.0 | |
Sentry Crash Report: |
Description
Joerg Entress
2005-01-02 21:46:42 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 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? 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... While not worth of implementing directly in digiKam maybe some action like "Open Camera in Konqueror"? ---------------------------------------------------- Serwis moto.wp.pl - ponad 360 galerii - znajd 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 |