Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Override Qt::Key_Camera event in Symbian
QtWS25 Last Chance

Override Qt::Key_Camera event in Symbian

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 4 Posters 3.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xsacha
    wrote on last edited by
    #1

    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

    • Sacha
    1 Reply Last reply
    0
    • K Offline
      K Offline
      kamalakshantv
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        JacquesBaniaque
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        • W Offline
          W Offline
          witsku
          wrote on last edited by
          #4

          (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.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved