Qt for iOS : Accessing Raw RGB Camera Data
-
Hi Friends
I need to make an iPhone application that requires me to access the basic raw RGB Image data of an iPhone Camera.
Right now,I am meddling with QAbsractVideoBuffer, to access the video frames. But somehow, It seems like that it still tries to automatically adjust the exposure rate, ISO Sensitivity and focus. I also tried using QCameraExposure class, but it seems to have limited capability.
Am I Approaching it correctly? Or is there an alternative way to do what I am doing?