Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User catharsis's Avatar
    Join Date
    Jul 2008
    Posts
    103
    I have an application which uses the Forum Nokia CameraWrapper to capture some images. I need to know what image formats are available and what resolutions are available, so I could put them in a settings page. How do I do that using the CameraWrapper? Or I can't and I need to create a dummy class which has CCamera member and a TCameraInfo one and get the format/resolution using TCameraInfo::iImageFormatsSupported and CCamera::EnumerateCaptureSizes()?

    Is there further documentation on CameraWrapper?

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    After checking what it actually is, I do not really see the need for extra documentation for CCameraEngine: every method has its documentation in the .h file, and it is pretty obvious that it does not provide "direct" support for requesting available resolutions. However it can be also noticed that you do not have to create your own CCamera instance (and its extra callbacks): use CCameraEngine::Camera instead.

  3. #3
    Registered User catharsis's Avatar
    Join Date
    Jul 2008
    Posts
    103
    thanks, i didn't notice the first time that there is a "IMPORT_C CCamera* Camera();". i will try to use that.

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