A UIVIew that shows a live feed of the camera, can be used to take a picture, preview the picture and return a UIImage of that preview.
28
stars
16
forks
source link
Added Front Facing Camera and Simulator Support #7
Open
bvallelunga opened 10 years ago
Hey @bvallelunga, thanks for the contribution :) Believe it's better if it is left at the client code to decide which camera to use.
As it stands, it will always default to the front facing camera if one is available, which also changes the public contract.
Re support for simulator, it's not clear what the state of the VLBCameraView is supposed to be when running on the simulator.