[Interest] Do Camera.videoRecorder options matter?

Jason H jhihn at gmx.com
Fri Dec 4 15:01:55 CET 2015


Well file size is the real issue. Which is governed largely by those factors. If there was a way to do it with bitrate alone, I would entertain that.

That is interesting to know. I was initially trying to record using Camera.CaptureViewFinder, but got a message about it not being connected. When I changed it to Camera.CaptureVideo, then I was able to record. But it seems that given the names of the properties you mention, there is some hackery where the video frames to the viewfinder are being recorded?



> Sent: Friday, December 04, 2015 at 6:29 AM
> From: "Lopes Yoann" <Yoann.Lopes at theqtcompany.com>
> To: "Jason H" <jhihn at gmx.com>
> Cc: interest <interest at qt-project.org>
> Subject: Re: [Interest] Do Camera.videoRecorder options matter?
>
> If all you care about is changing the capture resolution and frame rate, you can also use Camera.viewfinder.resolution, Camera.viewfinder.minimumFrameRate and Camera.viewfinder.maximumFrameRate.
> 
> 
> > On 03 Dec 2015, at 14:58, Jason H <jhihn at gmx.com> wrote:
> > 
> > What would it take to get them implemented?
> > 
> > 
> >> Sent: Thursday, December 03, 2015 at 4:46 AM
> >> From: "Lopes Yoann" <Yoann.Lopes at theqtcompany.com>
> >> To: "Jason H" <jhihn at gmx.com>
> >> Cc: interest <interest at qt-project.org>
> >> Subject: Re: [Interest] Do Camera.videoRecorder options matter?
> >> 
> >> 
> >>> On 02 Dec 2015, at 23:49, Jason H <jhihn at gmx.com> wrote:
> >>> 
> >>> But I'm looking at the videoRecorder stuff and none of it seems to matter. 
> >>> I'm looking at: https://fossies.org/linux/qt-everywhere-opensource-src/qtmultimedia/src/plugins/avfoundation/camera/avfmediarecordercontrol.mm
> >>> 
> >>> Line 225: void AVFMediaRecorderControl::applySettings() is an empty function. I can't see where Qt is setting anything to the properties specified.
> >>> 
> >>> I'm trying to acquire video for limited-bandwidth uploads, so changing resolutions and framerates is important to me.
> >> 
> >> Video settings for camera recording are not implemented on OS X / iOS. See https://wiki.qt.io/Qt_5.5.0_Multimedia_Backends
> >> 
> 
> 



More information about the Interest mailing list