Questions tagged [pbjvision]

PBJVision is an iOS camera engine library that allows easy integration of special capture features and camera customization in your iOS app.

18 questions
0
votes
1 answer

PBJVision setCameraMode

How to switch mode video converter photo In PBJVision now PBJVision *vision = [PBJVision sharedInstance]; vision.delegate = self; [vision setCameraMode:PBJCameraModePhoto]; [vision setCameraOrientation:PBJCameraOrientationPortrait]; [vision…
shen
  • 1
  • 3
0
votes
1 answer

AVPlayerLayer inside UIScrollView Not Zooming To Center

I have a UIScrollView *myScrollView which has a UIView *videoView that contains a AVPlayerLayer *playerLayer(Actually a PBJVideoView if anyone is familiar). The AVPlayerLayer is set to AVLayerVideoGravityResizeAspect. myScrollView's delegate's -…
tettoffensive
  • 664
  • 7
  • 24
-1
votes
1 answer

Error bridging Obj-C code and Swift: method "U" provided by method "Z" conflicts with optional requirement method "X" in protocol "Y"

The goal is to incorporate PBJVision, an Objective-C library for capturing photos and videos, into a Swift app. Unfortunately, we are seeing this error: Objective-C method 'vision:capturedVideo:error:' provided by method…
Crashalot
  • 33,605
  • 61
  • 269
  • 439
1
2