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. QVideoWidget->setBrightness do nothing

QVideoWidget->setBrightness do nothing

Scheduled Pinned Locked Moved General and Desktop
3 Posts 1 Posters 1.4k 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.
  • I Offline
    I Offline
    InspiracionV
    wrote on last edited by
    #1

    Hello,

    I'm developing a software to capture camera.

    My problem is that if i want to change brightness (or other of my camera) nothing change and the brightness stay in 0.

    @
    viewfinder = new QVideoWidget();
    camera = new QCamera(listaCamaras.at(equipo->currentIndex()),this);
    camera->setViewfinder(viewfinder);
    camera->start();
    viewfinder->setBrightness(50);
    @

    For test i use a webcam Hercules classic silver.

    Thanks for the help

    1 Reply Last reply
    0
    • I Offline
      I Offline
      InspiracionV
      wrote on last edited by
      #2

      When i test my webcam with the example of QCamera of Qt i cannot access to take photos or save video and change exposure do nothing.

      Maybe the problem is more from the camera ?

      And the status of camera is alltime : UnavailableStatus- even the state is ActiveState

      1 Reply Last reply
      0
      • I Offline
        I Offline
        InspiracionV
        wrote on last edited by
        #3

        I buy a video Grabber USB (ENMVG-3) and i have more problem now.

        Each i want to delete the QCamera i obtain a crash. i Tried to use the library OpenCV but when i connect the grabber USB e}and launch the program i obtain e BSOD.

        Exist other solutions for capture video, take photos, and record it ?

        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