I am doing a MAC App in swift,i was able to preview camera on NSView now i want to change brightness/contrast/white-balance and all camera related settings.
I am using AVFoundation framework to preview the camera and i have slider to change the values , How can i change all those setting with user values.
How this AVFondations link with IOKit.. I found one UVCCamera controls link to change Manual camera control, can i use this format???
and in one more site i found that
'IOKit -- Low-level framework for communicating with the kernel and hardware. Apple advises not to use this framework directly and will reject it from the AppStore.'
Thanks