I started developing for the iOS plattform. If I initialize the camera as before ( for me windows) , there is an error when calling initGrabber(wdith, height)
is it possible to call the grabber with native ObjC methods? how can I use ObjC inside OF?
Hi. iOS 10 require Privacy permission of camera microphone etc to use.
Follow these stepsps to activate privacy permission settings and build & run on device the ios/videoGrabberExample.
Validate project settings -> perform changes
Select target ->info, and under Bundle name add new key <Privacy - Camera Usage Description>
3.Build & Run.
Now I have an entry of my app in the ipad presets. If someone deactivates the camera for this app, the application crashes. How can I get this information when I start my app, or catch the error?
also there’s a rotaion isuue with the ipad. I allowed all directions, but it starts allways in portrait, theres no way to automatially rotate to the real orientation?