jgh- / VideoCore-Inactive

*No longer in development* Please see https://github.com/unpause-live/SwiftVideo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on instantiation of VCSimpleSession

dmdque opened this issue · 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?