I am making a MAC application quickly, I was able to view the camera in NSView, now I want to change the brightness / contrast / white balance and all the camera related parameters.
I use the AVFoundation structure to preview the camera, and I have a slider to change the values. How can I change all of these settings with custom values.
How does AVFondations communicate with IOKit .. I found that one control is a UVCCamera link for changing manual camera control, can I use this format ???
and on another site I found that
'IOKit is a low-level framework for communicating with the kernel and hardware. Apple advises against using this structure directly and will reject it from the AppStore.
thanks
source share