Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qcameraimagecap
    Log in to post

    • UNSOLVED QCameraImageCapture resource error on imageSave
      General and Desktop • qcamera qmultimedia qcameraimagecap • • SolaVitae  

      2
      0
      Votes
      2
      Posts
      397
      Views

      Try adding m_imageCapture.setCaptureDestination(QCameraImageCapture::CaptureToFile);. P.S. QCheckBox *cam = new QCheckBox(ci.description()); vailableCameras->setItemWidget(lwi, cam); Hurts my feelings. See https://forum.qt.io/post/486329 it applies also to QListWidgetItem with the only difference that you don't, obviously, specify a column
    • SOLVED Get Camera's Resolutions
      General and Desktop • qcamera qcameraimagecap qimageencoderse • • Suji  

      6
      0
      Votes
      6
      Posts
      1768
      Views

      Hi @michelson ! Yes, i finally found this bug report too, but i forgot to post it yesterday. The table which Yoann Lopes gave (in your link) explains what is possible or not to do : http://wiki.qt.io/Qt_5.5.0_Multimedia_Backends. Thanks for your help again ! I'll use my camera API then. Have a nice day !
    • QCameraImageCapture capturing images multiple times on Desktop but once on android--why is this?
      General and Desktop • qcameraimagecap • • musimbate  

      5
      0
      Votes
      5
      Posts
      1488
      Views

      Thanks for the Tip , will keep digging...