Hi ,
I want help to figure out the advantage using
MCameraobserver2 instead of MCameraobserver.
-Rishi
Hi ,
I want help to figure out the advantage using
MCameraobserver2 instead of MCameraobserver.
-Rishi
MCameraObserver2 is the new interface and is recommended to be used wherever it is available. However, MCameraObserver is the only one supported on most S60 phones so far (certainly up to and including 3rd Edition MR models).
The best thing you can do is probably to implement both. Try to use MCameraObserver2 and if you get KErrNotSupported or similar then use MCameraObserver. There is no problem with implementing both sets of callbacks since they don't clash (you can derive from both interfaces on one class).
Hope that helps,
Sorcery