Displaying Camera problem in iPhone and İPad with Qt/Qml

2857
1
Jump to solution
12-01-2015 08:16 AM
tanerkoka1
Occasional Contributor

Hi,

I'm using Camera and VideoOutput componets in my qml application.I can take picuture without problem when I deploy to any android devices. But when I deploy to iPhone or İPad application, no service found for camera message display in console. After deploy I can not dispay cemera in device .Here is the console message below:

defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera

Thanks

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

Hey Taner-

I searched this in google and came up with a few results. Maybe try adding the following into your pro file, running qmake, and rebuilding?

QT += multimedia

QTPLUGIN += qavfcamera

Otherwise, you might find the Qt forums may be able to help you with this as well - Home | Qt Forum

Thanks,

Luke

View solution in original post

1 Reply
LucasDanzinger
Esri Frequent Contributor

Hey Taner-

I searched this in google and came up with a few results. Maybe try adding the following into your pro file, running qmake, and rebuilding?

QT += multimedia

QTPLUGIN += qavfcamera

Otherwise, you might find the Qt forums may be able to help you with this as well - Home | Qt Forum

Thanks,

Luke