Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor sbwoodside's Avatar
    Join Date
    Dec 2003
    Posts
    74
    Hi I've got a 6630, and I'm trying the demos that use the video capture to capture snapshots (still images).

    On my 7610, I can run the Snapper example app and it works just fine. However when I run the same app on the 6630, it works up to the point where I capture the image, but it never displays the image in the Form. I think maybe the problem is that when it append()'s to the form, it doesn't take. I'm not sure. I know it's not working because I upped the size of the pic to 640x480 and instead of showing a high-rez image it just freezes the viewfinder.

    MMAPI 1.1 comes with a bunch of new example apps. I'm assuming that 6630 has MMAPI 1.1 - is this true ??

    The example mmademo includes a snapshot capture, so I tried it and it has a similar problem. In this case, it doesn't freeze, instead it just keeps displaying the viewfinder. like nothing happened. But the code also shows the append:

    Code:
    Image im = Image.createImage(snap, 0, snap.length);
    ImageItem imi = new ImageItem("", im, 0, "");
    append(imi);
    So I think it should be showing the snapshot right?

    simon

  2. #2
    Registered User username3's Avatar
    Join Date
    Oct 2004
    Location
    Turkey
    Posts
    12
    is it possible to take snapshots serially using camera.

    you know, when we want to take snapshot, MIDlet ask for recording the image. I don't want MIDlet to ask for recording, I want to take snapshot automatically

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved