Re: [Development] QCamera don't capture video in android

2014-10-23 Thread Kojo Tero
-project.org Subject: [Development] QCamera don't capture video in android Description QCamera don't capture video in android. Run the attached example. But it can work in windows and linux. Is it bug or code is wrong? If code is wrong, tall me how to write. * Environment: operating

Re: [Development] QCamera don't capture video in android

2014-10-23 Thread Ayberk Özgür
:* [Development] QCamera don't capture video in android *Description* QCamera don't capture video in android. Run the attached example. But it can work in windows and linux. Is it bug or codeis wrong?If code is wrong, tall me how to write. ·*Environment:* operating system:android qt version: qt 5.3.1

Re: [Development] QCamera don't capture video in android

2014-10-22 Thread Ayberk Özgür
I'd recommend using the QML wrapper for the OpenCV camera that we wrote externally: https://github.com/chili-epfl/qml-cvcamera, it works on Android. On 22. 10. 14 14:53, kl222 wrote: *Description* QCamera don't capture video in android. Run the attached example. But it can work in windows

Re: [Development] QCamera don't capture video in android

2014-10-22 Thread kl222
Thank you. your samples is run. But Iwant to useqcamera to capture video. At 2014-10-22 21:04:46, Ayberk Özgür ayberk.oz...@epfl.ch wrote: I'd recommend using the QML wrapper for the OpenCV camera that we wrote externally: https://github.com/chili-epfl/qml-cvcamera, it works on Android.