Discussion Board

Results 1 to 8 of 8
  1. #1
    Regular Contributor dakoz's Avatar
    Join Date
    Nov 2005
    Location
    Amman/Jordan
    Posts
    322
    Hello People,

    am building a image blog application using media mobile Api ...jsr 135

    but the questiuon is what is the cam locator for
    6270 i've tried capture://image and capture://video and capture://devcam0
    and capture://devcam1
    and non worked

    anyone tested this api on this mobile ?????

  2. #2
    Nokia Developer Champion balagopalks's Avatar
    Join Date
    Nov 2003
    Location
    Bangalore , India
    Posts
    4,427
    Camera snapshot for pictures or video recording use the following locators:
    • Series 40 platform:
    • capture://image (for photo capture)
    • capture://video (for video recording)
    REF :: MIDP: Mobile Media API Developer's Guide v2.1
    http://www.forum.nokia.com/info/sw.n..._1_en.pdf.html

    Also have a look at MIDP: Mobile Media API Support In Nokia Devices
    http://www.forum.nokia.com/info/sw.n..._0_en.pdf.html

    Regards
    Gopal

    __________________
    MobiQuil.com
    An initiative by Developers for Developers.
    http://www.mobiquil.com - Alpha - Launched.

  3. #3
    Regular Contributor dakoz's Avatar
    Join Date
    Nov 2005
    Location
    Amman/Jordan
    Posts
    322
    if i ued to check this peroperty

    System.getProperty("supports.video.capture")
    shall i know then if my device supports caturrimg images or not ..??/.
    cause am trying it with 6111 and 6270 and it is giving false .. this means these devices can't activate a cam using it .?

  4. #4
    Nokia Developer Champion hartti's Avatar
    Join Date
    Apr 2003
    Location
    USA, CA
    Posts
    7,192
    6111 and 6270 do not support image/video capture.
    Those phones are Series 40 3rd Edition phones and the camera capabilities for MIDlets were added in Series 40 3rd Edition Feature Pack 1.

    Hartti

  5. #5
    Registered User juarezjunior's Avatar
    Join Date
    Dec 2005
    Location
    Brazil
    Posts
    1,883
    Hi dakoz,

    We also provided some replies here - http://discussion.forum.nokia.com/fo...d.php?t=103422

    Please do not crosspost as you are doubling our effort to help you and also confusing the Discussion Boards.

    Best regards,
    Juarez Alvares Barbosa Junior - Brazil

  6. #6
    Registered User gordon32's Avatar
    Join Date
    Mar 2007
    Posts
    46
    Hi
    I also want to record video and I test the emulator using
    Code:
             String supAu = System.getProperty("supports.audio.capture");
             if(supAu.equals("true")){
    	       System.out.println("support audio");
    	 }
              String supVi = System.getProperty("supports.video.capture");
             if(supVi.equals("true")){
    	        System.out.println("support video");
    	 }
    and they all return ture. But actually I can noly record live audio ,capture image,but not record live video.Is that mean though it support video,it can only just use the camera to play video.I am using SUN WTK 2.5 emulator. Could anyone give me an answer?

  7. #7
    Registered User juarezjunior's Avatar
    Join Date
    Dec 2005
    Location
    Brazil
    Posts
    1,883
    Hi gordon32,

    AFAIK there's no way to record video that way. Besides, please do not hijack one's thread and create your own questions, so that this forum will be organized and helpful.

    Kind regards,
    Juarez Alvares Barbosa Junior - Brazil

  8. #8
    Registered User gordon32's Avatar
    Join Date
    Mar 2007
    Posts
    46
    Hi, juarezjunior
    Tks for u help and advise.I will pay attention to it.

    Best regards

Similar Threads

  1. Give us JSR 253 - Mobile Telephony API
    By barryj in forum Tools and SDK Feedback (Closed)
    Replies: 13
    Last Post: 2009-03-19, 12:32
  2. Mobile Podcasting - will it happen?
    By mobile monte in forum News, Announcements and Job Listings
    Replies: 0
    Last Post: 2006-09-22, 23:45
  3. JSR 179 location API for Linux ?
    By carln672 in forum Mobile Java General
    Replies: 2
    Last Post: 2004-07-30, 10:21
  4. Mobile Media API
    By anupamah in forum Mobile Java Tools & SDKs
    Replies: 2
    Last Post: 2003-07-10, 08:38
  5. Mobile Media API
    By jstorm in forum Mobile Java General
    Replies: 1
    Last Post: 2002-09-20, 07:48

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