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

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical 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

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes