Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    How to start a standard nokia camera in qt

    Mobile and Embedded
    4
    5
    2773
    Loading More Posts
    • 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
      imrrk last edited by

      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 Reply Quote 0
      • L
        leon.anavi last edited by

        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 Reply Quote 0
        • I
          imrrk last edited by

          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 Reply Quote 0
          • K
            kkrzewniak last edited by

            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 Reply Quote 0
            • Q
              qtrahul last edited by

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

              1 Reply Last reply Reply Quote 0
              • First post
                Last post