Results 1 to 3 of 3

Thread: Generic way to talk to a still camera

  1. #1
    Join Date
    Jun 2010
    Location
    Cincinnati, Ohio, USA
    Posts
    92
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Question Generic way to talk to a still camera

    As I have stated in the past, I am working on an application that gets images from a still camera and does stuff with the images. Currently I am using the camera manufacture's SDK to communicate with the camera. The SDK is only Windows and Mac, there is no Linux version. It does appear that the SDK is just a wrapper on top of the PIMA 15740 Standard.

    Does anyone know of any Qt based efforts to implement this standard so I can make my application truly cross platform?

    Sam

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Generic way to talk to a still camera

    Most digital still cameras have an option of selecting between PTP or MS. If you choose the later, the camera will simply appear as a mass-storage device and so will be truly corss-platform without the need for any drivers.

  3. #3
    Join Date
    Jun 2010
    Location
    Cincinnati, Ohio, USA
    Posts
    92
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Generic way to talk to a still camera

    Well, the problem with the mass-storage mode is that when the camera is attached to the computer, you cannot take pictures with the camera, it simply appears as a hard drive. You have to be in PTP mode to capture images and immediately transfer them to the computer. My application requires PTP mode.

Similar Threads

  1. Generic USB Device communication
    By Gavin Harper in forum Qt Programming
    Replies: 1
    Last Post: 24th August 2010, 23:09
  2. generic catch-all error during runtime
    By babygal in forum Qt Programming
    Replies: 7
    Last Post: 23rd June 2010, 08:53
  3. How to know the object names of any generic application ?
    By soumyadeep_pan in forum Qt Programming
    Replies: 2
    Last Post: 5th May 2009, 07:11
  4. How to talk to a API?
    By srohit24 in forum Qt Programming
    Replies: 2
    Last Post: 24th March 2009, 04:03
  5. Generic Component Framework
    By prashanthudupa in forum Qt-based Software
    Replies: 5
    Last Post: 4th October 2007, 12:16

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.