Override Qt::Key_Camera event in Symbian
-
wrote on 9 Dec 2010, 14:01 last edited by
Hey there!
I'm making an app where users are able to take photos. However, whenever the user holds down their hardware camera button all the way to take a photo, the OS will launch the in-built Camera application.Is there a way of overriding this?
Thanks
-
wrote on 9 Dec 2010, 14:14 last edited by
I am not aware of any method to override it. may be you can try bringing your app to foreground and killing camera app in background.
-
wrote on 11 Dec 2010, 23:47 last edited by
I do rememebr similar problem in one of my apps in the past but with 'End' key (Red Phone key that quits the app). It did not seem to be possible to stop it's system 'natural' handling with Qt code so we had to use some Symbian native code (to stop 'natural' handlig that is).
Unfortunatelly i can't post any code snippet as i don't have it but it may give you some hints on where to look for a solution. -
wrote on 28 Mar 2011, 08:35 last edited by
(Quite late reply, but better late than never)
Please have a look at:
"http://bugreports.qt.nokia.com/browse/QTMOBILITY-1379":http://bugreports.qt.nokia.com/browse/QTMOBILITY-1379...and post there if you find some issues with the solution.