[Bug 207936] New: Remote control of Camera (similar to gtkam)

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] New: Remote control of Camera (similar to gtkam)

Bugzilla from vikram.ramchandran@gmail.com
https://bugs.kde.org/show_bug.cgi?id=207936

           Summary: Remote control of Camera (similar to gtkam)
           Product: digikam
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:            (using KDE 4.3.1)
Compiler:          gcc version 4.4.1 (GCC)

OS:                Linux
Installed from:    Unspecified Linux

New feature request.

Allow the user to manipulate camera settings like aperture, shutter speed, ISO
etc. remotely from digikam. This will add to current functionality of image
capture.

libghoto currently has these features via the --get-config and --set-config
settings on the command line or via the gtkam GUI.

many thanks for creating and maintaining digikam. This is one of my favourite
apps.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] Remote control of Camera (similar to gtkam)

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=207936


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
          Component|general                     |Camera GUI
            Version|unspecified                 |1.0.0




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] Remote control of Camera (similar to gtkam)

Bugzilla from mhansen@mghansen.de
In reply to this post by Bugzilla from vikram.ramchandran@gmail.com
https://bugs.kde.org/show_bug.cgi?id=207936


Michael G. Hansen <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #1 from Michael G. Hansen <mhansen mghansen de>  2009-09-20 09:55:14 ---
I had a look at how the --get-config and --set-config options in gphoto work a
while back. Apparently, libgphoto does not provide direct access to these
configuration options, but a configuration dialog. The command line gphoto
program requests the configuration dialog and then analyzes the widgets in the
dialog to see which options it can offer. When you use --set-config, it
modifies the values of these widgets and "presses OK" in the dialog, all
without ever showing it.

So there are two options:
- simply request the gtk-based configuration dialog from libgphoto and display
it to the user
- reuse or rewrite the code that takes this dialog apart and create a KDE/Qt
based one

`gphoto2 --summary` also shows camera properties, but I don't know how easy it
is to relate these to the convenient options presented by --set-config.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] Remote control of Camera (similar to gtkam)

Marcus Meissner-4
In reply to this post by Bugzilla from vikram.ramchandran@gmail.com
https://bugs.kde.org/show_bug.cgi?id=207936


Marcus Meissner <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #2 from Marcus Meissner <marcus jet franken de>  2009-09-20 10:01:59 ---
The dialog is not a GTK dialog, it is more or less a abstract dialog tree.

The whole configuration display/setting is already implemented in the
kio_kamera kconfig module.

Just the actual remote capture / preview is not implemented in a KDE/QT program
yet.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] Remote control of Camera (similar to gtkam)

Gilles Caulier-4
In reply to this post by Bugzilla from vikram.ramchandran@gmail.com
https://bugs.kde.org/show_bug.cgi?id=207936





--- Comment #3 from Gilles Caulier <caulier gilles gmail com>  2009-09-20 10:04:29 ---
>- simply request the gtk-based configuration dialog from libgphoto and display
>it to the user

Certainly the better way. Never tested to be clear.

>- reuse or rewrite the code that takes this dialog apart and create a KDE/Qt
>based one

Already tested. Very difficult (look in cameraui dir, there is a Qt3 dialog
code not compiled). Problem is the GTK loop messages and Qt signals/slots
conversion. It think it's impossible to do.

>`gphoto2 --summary` also shows camera properties, but I don't know how easy it
>is to relate these to the convenient options presented by --set-config.

Already implemented. Go to Device/Information dialog.

IMPORTANT : A camera capture tool is already implemented. I have used my old
Olympus C3000Z few year ago, but now, device is dead. I cannot test anymore.
Try it using Device/Capture dialog (work only with specific Gphoto2 camera)

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] Remote control of Camera (similar to gtkam)

Gilles Caulier-4
In reply to this post by Bugzilla from vikram.ramchandran@gmail.com
https://bugs.kde.org/show_bug.cgi?id=207936





--- Comment #4 from Gilles Caulier <caulier gilles gmail com>  2009-09-20 10:13:00 ---
Gphoto2 camera config dialog code :

http://lxr.kde.org/source/extragear/graphics/digikam/utilities/cameragui/gpconfigdlg.cpp

Code do not compile and is not yet complete...

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] Remote control of Camera (similar to gtkam)

Geert Janssens-2
In reply to this post by Bugzilla from vikram.ramchandran@gmail.com
https://bugs.kde.org/show_bug.cgi?id=207936


Geert Janssens <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #5 from Geert Janssens <info kobaltwit be>  2011-08-09 09:11:33 ---
There are three enhancement requests for this in the database:
Bug 186574
Bug 207936
Bug 258227

Should they be marked as duplicates of only one ?

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] Remote control of Camera (similar to gtkam)

Gilles Caulier-4
In reply to this post by Bugzilla from vikram.ramchandran@gmail.com
https://bugs.kde.org/show_bug.cgi?id=207936


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Camera GUI                  |Import




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 207936] Remote control of Camera (similar to gtkam)

Gilles Caulier-4
In reply to this post by Bugzilla from vikram.ramchandran@gmail.com
https://bugs.kde.org/show_bug.cgi?id=207936


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #6 from Gilles Caulier <caulier gilles gmail com>  2011-12-18 14:09:11 ---


*** This bug has been marked as a duplicate of bug 136742 ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel