Forum Archive

Using the camera from ObjC_utils

chibill

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.

omz

This thread may be interesting too:
https://forum.omz-software.com/topic/3665/capturing-photos-without-the-ios-screen

chibill

Yes very interesting. This is why I really should have looked here instead of asking in slack about this. (Could have searched camera....)

chibill

Also I found your old barcode read that still works that uses it.

https://gist.github.com/omz/11891cb1c7ed459d34c7

dgelessus

@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 " into your favorite search engine and let it search the forums. (At least Google and DuckDuckGo support site: syntax like this.)

chibill

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

chibill

Welp I have found that I can look at Obj-C source of OS projects to figure out how to use the apis

chibill

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.