Hi
I had asked u a query related to QCAR-API that:- Can u tell me what is the use Image.h header file in QCAR API. It says that it returns the object of camera device. So can we use this header file and use the object returned by camera device in place of the trackable.
And u had replied :-
Image.h represents the camera image from the camera object, not the camera itself. The State object contains the Frame object, which contains different representations of the camera image (e.g. grayscale, rgb565) for a given frame. You can get the Image object from the Frame and use it for extra image processing, graphical effects, etc.
So wherein would we find this frame if want to use it. Can we use it as a trackable??
Hi
Thanks for your reply. It helped me out.
Ash