Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1190

SIGSEGV while setting viewfinder to QCamera object - Qt SDK 1.1 TP

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 1.1.1
    • 1.1.0
    • Multimedia
    • Win7 64 bits - Qt SDK 1.1 TP - Symbian^3 (N8 PR1.0 - 011.012)
    • d9fca820

    Description

      Hi,

      My application is crashing while setting the viewfinder with a freshly created QCamera object :

      QCamera* camera;
      QCameraViewfinder* viewfinder;
      
      QByteArray cameraDevice = QCamera::availableDevices()[0];
      camera = new QCamera(cameraDevice);
      
      viewfinder = new QCameraViewfinder;
      
      viewfinder->show();
      camera->setViewfinder(viewfinder);
      

      Message displayed in the console is : Process xxx, thread yyy stopped at 0x7c6c59da: A data abort exception has occurred

      Br,
      Nicolas

      Attachments

        Issue Links

          Activity

            People

              gastockw Gareth Stockwell
              nicolas.delabarre Nicolas Delabarre
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: