Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Jason H
internally has implemented the Android version, but it is not part of any public API.) > Sent: Tuesday, July 07, 2015 at 8:33 AM > From: "Mike Krus" > To: "Daniel França" > Cc: "Gunnar Roth" , "interest@qt-project.org" > > Subject: Re:

Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Till Oliver Knoll
> Am 07.07.2015 um 13:28 schrieb Harri Pasanen : > >> On 07/07/2015 12:53, Till Oliver Knoll wrote: >> >> >> Am 07.07.2015 um 10:50 schrieb Daniel França : >> >>> Thanks for the answer. >>> It seems that we still need to mix with native Cocoa code :( >>> https://forum.qt.io/topic/41071/sol

Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Mike Krus
Hi not tried 5.5 yet, but you’ll probably need to “go native” to add to camera role. I think Qt simply saves files in the document folder. You can use UIKit’s (now deprecated) ALAssetsLibrary library, or the new Photos framework, or UISaveVideoAtPathToSavedPhotosAlbum. Mike > On 5 Jul 2015,

Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Harri Pasanen
On 07/07/2015 12:53, Till Oliver Knoll wrote: Am 07.07.2015 um 10:50 schrieb Daniel França >: Thanks for the answer. It seems that we still need to mix with native Cocoa code :( https://forum.qt.io/topic/41071/solved-how-to-store-a-qimage-to-ios-camera-roll-ph

Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Till Oliver Knoll
> Am 07.07.2015 um 10:50 schrieb Daniel França : > > Thanks for the answer. > It seems that we still need to mix with native Cocoa code :( > https://forum.qt.io/topic/41071/solved-how-to-store-a-qimage-to-ios-camera-roll-photo-album/3 > https://forum.qt.io/topic/45295/solved-accessing-ios-photo

Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Daniel França
Thanks for the answer. It seems that we still need to mix with native Cocoa code :( https://forum.qt.io/topic/41071/solved-how-to-store-a-qimage-to-ios-camera-roll-photo-album/3 https://forum.qt.io/topic/45295/solved-accessing-ios-photo-folder/5 Em ter, 7 de jul de 2015 às 09:28, Harri Pasanen es

Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Harri Pasanen
On iOS you cannot do that with simple file access, there is a separate API for the gallery. I'm not sure if Qt supports that yet. I faintly recall some discussion about a new QML component for that, did it arrive in 5.5 or not, I don't know. Harri On 07/07/2015 07:54, Daniel França wrote: A

Re: [Interest] Camera not worknig on IOS

2015-07-06 Thread Daniel França
Anyone? Em dom, 5 de jul de 2015 às 22:01, Daniel França escreveu: > After update to Qt5.5 now the camera works on IOS, finally :D > > Both recording and zooming seems to be working fine... but I've no idea > how to find the location where the video is saved, it seems that it's an > app data dir

Re: [Interest] Camera not worknig on IOS

2015-07-05 Thread Daniel França
After update to Qt5.5 now the camera works on IOS, finally :D Both recording and zooming seems to be working fine... but I've no idea how to find the location where the video is saved, it seems that it's an app data directory, something like "/var/mobile/Containers/Data/Application/". However what

Re: [Interest] Camera not worknig on IOS

2015-06-04 Thread Gunnar Roth
Maybe just wait for qt 5.5 release? To me it looks as if this bug will be fixed in 5.5, see https://codereview.qt-project.org/#/c/109116/ Regards, Gunnar Roth > Am 31.05.2015 um 01:27 schrieb Daniel França : > > Quite disappointed as it seems th

Re: [Interest] Camera not worknig on IOS

2015-06-01 Thread Daniel França
;Lopes Yoann" > > To: "Jason H" > > Cc: "Edward Sutton" , "Gunnar Roth" < > gunnar.r...@gmail.com>, "interest@qt-project.org" > > > Subject: Re: [Interest] Camera not worknig on IOS > > > > Issues related to v

Re: [Interest] Camera not worknig on IOS

2015-06-01 Thread Jason H
Allegedly, June 11 is the target date for the RC. The string freeze is supposed to happen today. > Sent: Monday, June 01, 2015 at 11:56 AM > From: "Lopes Yoann" > To: "Jason H" > Cc: "Edward Sutton" , "Gunnar Roth" > , "interest@q

Re: [Interest] Camera not worknig on IOS

2015-06-01 Thread Lopes Yoann
Issues related to video recording are fixed for 5.5.0. — Yoann ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Camera not worknig on IOS

2015-06-01 Thread Jason H
MENT_TARGET=8.0 QMAKE_IOS_TARGETED_DEVICE_FAMILY=1,2 }   Sent: Sunday, May 31, 2015 at 12:27 PM From: "Edward Sutton" To: "Daniel França" Cc: "Gunnar Roth" , "interest@qt-project.org" Subject: Re: [Interest] Camera not worknig on IOS   >The

Re: [Interest] Camera not worknig on IOS

2015-05-31 Thread Edward Sutton
>The release will be on June 23, right? Should be ok. >How do I know if it's already fixed on Qt5.5 beta? The latest snapshot appears to be May 25. I would give this a try. https://download.qt.io/snapshots/qt/5.5/5.5.0-beta/2015-05-25_76/ https://download.qt.io/snapshots/qt/5.5/5.5.0-beta/ -

Re: [Interest] Camera not worknig on IOS

2015-05-31 Thread Daniel França
The release will be on June 23, right? Should be ok. How do I know if it's already fixed on Qt5.5 beta? Em dom, 31 de mai de 2015 às 02:38, Gunnar Roth escreveu: > Maybe just wait for qt 5.5 release? > > To me it looks as if this bug will be fixed in 5.5, see > https://codereview.qt-project.org

Re: [Interest] Camera not worknig on IOS

2015-05-30 Thread Daniel França
Quite disappointed as it seems that it's a bug https://bugreports.qt.io/browse/QTBUG-37655 What can means that I will need to abandon my project until get a Qt version that actually record video on IOS :( Any recommendations? Em dom, 31 de mai de 2015 às 01:05, Daniel França escreveu: > Trying

Re: [Interest] Camera not worknig on IOS

2015-05-30 Thread Daniel França
Trying to isolate the problem, the camera works if it's not set with CaptureVideo as captureMode, I'm trying to find any limitation or workaround needed to make video capture to work on IOS. Em sáb, 30 de mai de 2015 às 22:39, Daniel França escreveu: > heads up: It was missing the multimedia mod

Re: [Interest] Camera not worknig on IOS

2015-05-30 Thread Daniel França
heads up: It was missing the multimedia module in the .pro file. After include it, now, at least, it asks for video and audio permissions... but still no image is captured. Any ideas about what is happening? Best, Daniel Em sáb, 30 de mai de 2015 às 21:58, Daniel França escreveu: > Hi guys, >

[Interest] Camera not worknig on IOS

2015-05-30 Thread Daniel França
Hi guys, I'm trying to deploy a QML application to IOS. The application runs fine on OSX, but after deploying to IOS I can run the application, but the camera capture is not working at all. I see no video, and of course, can't record anything. Nothing in the debug give me any information about why