VideoCore-Inactive icon indicating copy to clipboard operation
VideoCore-Inactive copied to clipboard

Crash on instantiation of VCSimpleSession

Open dmdque opened this issue 8 years ago • 0 comments

This line is causing my app to crash:

var session: VCSimpleSession = VCSimpleSession(videoSize: CGSize(width: 1280, height: 720), frameRate: 30, bitrate: 1000000, useInterfaceOrientation: false)

Unfortunately nothing is printed in the logs, and this is where the breakpoint is invoked: screen shot 2016-10-06 at 7 26 30 pm

I'm not sure how to gather more information about this issue. Any suggestions for how to find what's causing the crash?

dmdque avatar Oct 07 '16 02:10 dmdque