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. How to start a standard nokia camera in qt

How to start a standard nokia camera in qt

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 4 Posters 3.0k 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.
  • I Offline
    I Offline
    imrrk
    wrote on last edited by
    #1

    Hello friends,I am working the Qcamera api,and I want to know how to start the camera,I read the documents ,but m not able to start the camera,I just want to start the camera on a button click

    Regards
    imrrk

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      Hi,

      You can use Qt mobility to embedded and use a camera in your app. If you just want to launch the default camera app find an article about launching app in Symbian by their UID and "locate the UID of the camera":http://www.developer.nokia.com/Community/Wiki/Camera_Uid_for_Different_Symbian_Mobile_devices. Please note that UID of the camera app may vary on different devices!

      Regards,
      Leon

      http://anavi.org/

      1 Reply Last reply
      0
      • I Offline
        I Offline
        imrrk
        wrote on last edited by
        #3

        thanks leon...for the information,i managed to start the camera,and i want to know how to start the camera flash on button click

        regards
        imrrk

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kkrzewniak
          wrote on last edited by
          #4

          This thread might be helpful when it comes to flash.
          "How to set the camera flash on":http://developer.qt.nokia.com/forums/viewthread/7713/
          I just want to avoid posting the same answer here :)

          As for lunching the camera app try using QProcess and start("CameraApp.exe").
          I found the app Y-Tasks to be very helpful, among other features it will help you find the exe name and uid of apps installed on the device.

          Me, Grimlock, not "nice dino". ME BASH BRAINS!

          1 Reply Last reply
          0
          • Q Offline
            Q Offline
            qtrahul
            wrote on last edited by
            #5

            Use signal slot or event mechanism by which pressing push-button will create camera ON.

            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