I’m using AVFoundation to access camera on iPad.
But with AVFoundation, CoreMedia is also imported, which in-turn imports CoreAudio and CoreVideo.
Keeping privacy concerns in mind, is there any way by which I can ensure that the app is never able to access Microphone or Video Recording?
AVfoundation
CoreMedia
Post
Replies
Boosts
Views
Activity
I’m using AVFoundation for image capture using camera on iPad.
But I’m not using Video or Audio related functionality.
Looks like with AVFoundation; CoreMedia, CoreVideo and CoreAudio are also imported in any project.
Is there any way by which I can remove these libraries(CoreMedia, CoreVideo and CoreAudio) from my app.
I have used otool to list all the frameworks and libraries being used by my framework.
1) Portrait Image imported from files app is in landscape. How to fix this bug.
a) Image saved from iPad 11 Pro front camera.
b) saved image
c) Image thumbnail in files app import window
d) Image imported in landscape mode
2) This landscape image is fixed using below extension. But the output image obtained is slightly different for iOS 15 when compared with iOS 14.
How to fix both issue?
How to convert .svm trained model to coreML .mlmodel ?
Image captured using iPad 11 Pro in Portrait mode when imported using Document Picker from files app is loaded in landscape mode when seen in preview while debugging.
While thumbnail of saved image is in Portrait mode in files app.