Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt using portable devices (camera)
Forum Updated to NodeBB v4.3 + New Features

Qt using portable devices (camera)

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 485 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MrBlond
    wrote on last edited by MrBlond
    #1

    Hello togehter,

    I´m creating an app for windows that shows picture saved in a directory. Is use QFileDialog for selecting directory than directory is iterated by QDirIterator. It works perfect.
    Now want to show pictures from my camera which is pluged via USB to my PC. But this isn´t working beacues my camera is connected as a portable devide and not as a USB mass storage. I can´t change this setting. So in QFiledialog icon for my camera is selectable but QFiledialog return "" for path to directory. Using QDirIterator is also not possible. I found no solution to get a path for portable devices.
    In windows paths is showed something like that "Computer/D90/Wechselmedien/DCIM/100NCD90/CSC_6957.JPG". In Qt it´s not usable.

    Please can you help me. Is there an way with Qt getting a valid path for portable devices and using files saved there? How can I show pictures from my camera with Qt? Using a card reader is not an option.

    Thanks in advance for your help.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved