pawelnathan

Results 4 issues of pawelnathan

Fixed the issue by adding missing constraints to the renderView in the storyboard and by moving some code near the crash to the main thread (when accessing self.layer). Hope this...

On the very first start on a device it takes maybe 20 sec or more to start up simplecam. On the second start it opens immediately. I tried with the...

Thanks for the great tool. Is it possible to select the front camera on start up?

Hi! Your tool seems pretty cool, but does not work on my side. I converted it to swift like this: if let myAwesomeVideo = TSHAlphaVideoController.video(withRGBVideoFile: "Alpha-TestVideo", with:self) { self.view.addSubview(myAwesomeVideo.view) myAwesomeVideo.play()...