I have been doing some research into using the camera from objc_utils to allow for changing the Exposure and ISO along with some other settings.
I will update this post when I am on my computer.
I have been doing some research into using the camera from objc_utils to allow for changing the Exposure and ISO along with some other settings.
I will update this post when I am on my computer.
This thread may be interesting too:
https://forum.omz-software.com/topic/3665/capturing-photos-without-the-ios-screen
Yes very interesting. This is why I really should have looked here instead of asking in slack about this. (Could have searched camera....)
Also I found your old barcode read that still works that uses it.
https://gist.github.com/omz/11891cb1c7ed459d34c7
@chibill By the way, if you want to search the forums, I strongly recommend not using the forum's built-in search, it's terrible. Instead, put "site:forum.omz-software.com
Well just figured out I still need to do a lot of work. Because both of the examples use the older API that can't take RAW images or take settings
Welp I have found that I can look at Obj-C source of OS projects to figure out how to use the apis
Specifically https://github.com/muehlemann/InLine/blob/master/inline/Camera.m
Helps with this project.
https://github.com/Ja7423/PhotoCamera
Also has a lot of information I will be using.