CameraCapture

I have tried code samples of Windows mobile-CECamera, and CameraCapture for C++.

But I can not execute these programs.. I think the problem is my camera is not integrated in PDA. These sample codes are really for integrated camera

My device is HP IPAQ 2790, and

Camera is Photosmart camera SDIO Type.(not integrated in IPAQ 2790)

I have tried CECamera, CameraCapture for C# and C++.

Thanks.




Answer this question

CameraCapture

  • Blackwood

    well..

    My SDIO camera is not for WM5(This provides for 2003 version) , but works well in WM5.

    I think this is the main problem..

    And I looked the codes sample..

    "GetFirstCaptureDevice" function..I think in this section i must select capture device but I do not understand how to set my Photosmart camera..

    GUID guidCamera = { 0xCB998A05, 0x122C, 0x4166, 0x84, 0x6A, 0x93, 0x3E, 0x4D, 0x7E, 0x3C, 0x86 };

    Is this integrated camera setting I do not know..



  • K.S.RamakrishnaPrasanna

    Yes, I have tried Veo camera SDK.

    But It can just handle still image. Veo SDK supports just still image, not video.

    I need to capture video..

    ;;It seems very difficult..I think all my problem is SDIO camera for WM2003, not WM5.



  • Charles Lewis

    Ok..

    Thank you guys.

    I have to stop manage video capture using Veo SDK because it caputres bitmap images..

    Retreiving bitmap images and encoding these files to video files is too difficult, i think.

    I am trying CameraCapture sample code again.

    Thank you.



  • trend

    Yes..I have tried veo SDK , But i can see the preview window,i can not manage capturing video.I just see the video not manage tvideo stream.

    It just has preview window.



  • etrast

    This is the guid of the camera class device driver. It is defined in the WM 5 SDK in camera.h. If your camera driver uses a different device class, the OS will not be able to recognize it as a camera. What happens if you try running CameraCapture sample from WM 5 SDK

  • cbueno

    Veo SDK supports video capture to a file.

  • krimzin

    This pretty much proves that Photosmart camera driver is not compatible with WM5 SDK. And since HP does not seem to provide their own SDK anymore, I'd say you are out of luck

  • Jeff-B

    Iam using the same camera...

     I  got SDK for another camera ( http://www.veo.com/Traveler_130S/default.asp)

    .. I tried to use its driver ... It works fine with HP photosmart

    By .using this SDK (http://www.veo.com/downloads/download.asp software=sdkPocketpc) you can develop your project  :D. 

    but my proplem ... How can  I use it with my project   (coz Iam still  new in Visual C++ )

     

     

     

    basim@enigneer.com

     



  • Jelena1

    What's the version of Windows Mobile on your PDA

    If it's Windows Mobile 2003 (2003 SE )  you can not use these samples (CE camera ,Camera Capture )  because it's  programed for Windows Mobile 5 and higher ....

     



  • Mike Greenway

    To clarify - not only you won't be able to use these samples with WM 2003 device, but even if you device is WM 5, you still need compliant drivers. Most devices with built-in cameras have compliant drivers (logo certification requirement), but I'm not so sure about a separately obtained camera

  • Robert S Parker

    CameraCapture result : CameraCapture.exe file is downloaded well in my PDA.

    But it can not execute it in my PDA... Just double click this exe file, "stop video recording" message appears. Not execution, just this message shows up.

    CameraCE result : CameraCE.exe file is downloaded well in my PDA also.

    CameraCE is the same above case. Error message is "An unknown error 0x80004005 occurred!"

    - I think CameraCE is only supports Smartphone.

    Because I found "IsSmartphone() " function that checks the device is whether Smartphone or not.

    If the device is not Smartphone(OS is WM5 for Smartphone,I think..), this program will fail, i think, but

    not sure...

    How can i set my camera using CameraClass I think i can manage CameraCapture if I can set my Photosmart camera because CameraCapture application is Directshow. I think Directshow supports all devices..

    Thank you.



  • slash85

    My device is WM5 also.

    And I installed Photosmart camera driver in my PDA.

    Anybody who knows my problem



  • P.Sanches Fernandes

    Alex Feinman wrote:
    Veo SDK supports video capture to a file.


    How
    As long as my knowledge, the SDK only provides SDIOCamSnapShot function for capturing still images to JPEG file.
    In SDIOCamSetting, it is little bit mentioned that this camera is capable to capture video, but I cannot find the corresponding function.
    Please help! Thank you for advance.

  • dreameR.78

    Sorry, it looks like you are correct. The SDIO Veo camera does not seem to support programmatic video capture. My experience was with an older COmpact Flash model a couple of years ago. I think that one had video capture

  • CameraCapture