Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

location of the photos taken by the camera

 
   PDA (Home) -> Pocket PC - Developer RSS
Next:  Detecting system date/time change  
Author Message
The PocketTV Team

External


Since: Jun 14, 2005
Posts: 171



(Msg. 1) Posted: Sat Dec 20, 2008 11:29 pm
Post subject: location of the photos taken by the camera
Archived from groups: microsoft>public>pocketpc>developer, others (more info?)

is the location of the photos created by the built-in camera always "\My
Documents\My Pictures\"?

if not, what is the API to determine the folder where the photos are created
(when using the built-in camera)?
Back to top
Login to vote
Peter Foot [MVP]

External


Since: Jun 16, 2005
Posts: 135



(Msg. 2) Posted: Sun Dec 21, 2008 12:12 pm
Post subject: Re: location of the photos taken by the camera [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This can vary by OEM and the user can specify if they want to use device or
storage card by default. Because the camera application is provided by the
OEM the way this is configured will vary but I'd expect in most cases it
would be held in a registry setting...

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility

"The PocketTV Team" <support.DeleteThis@pockettv.com> wrote in message
news:epvRQ3zYJHA.684@TK2MSFTNGP04.phx.gbl...
> is the location of the photos created by the built-in camera always "\My
> Documents\My Pictures\"?
>
> if not, what is the API to determine the folder where the photos are
> created (when using the built-in camera)?
>
Back to top
Login to vote
The PocketTV Team

External


Since: Jun 14, 2005
Posts: 171



(Msg. 3) Posted: Sun Dec 21, 2008 12:12 pm
Post subject: Re: location of the photos taken by the camera [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> This can vary by OEM

thanks.

then it would be nice if there was a standard way to reference this folder
(same for Video, of course).

Somehow maybe it could use the same API as the one to get the pathname of
the various system folders (SHGetDocumentsFolder). or if using the
registry, it could be stored in a standardized key.

there are hundreds of devices out there, so it is not easy for ISV's to deal
with something that is not standardized, like a folder location.

if there is no standardized way, can you please put that in a developer's
wish list for the next version of windows mobile?

thanks!


"Peter Foot [MVP]" <feedback RemoveThis @nospam-inthehand.com> wrote in message
news:F4513C01-996C-4E7A-9BB9-1BADF22B7B6E@microsoft.com...
> This can vary by OEM and the user can specify if they want to use device
> or storage card by default. Because the camera application is provided by
> the OEM the way this is configured will vary but I'd expect in most cases
> it would be held in a registry setting...
>
> Peter
>
> --
> Peter Foot
> Microsoft Device Application Development MVP
> peterfoot.net | appamundi.com | inthehand.com
> APPA Mundi Ltd - software solutions for a mobile world
> In The Hand Ltd - .NET Components for Mobility
>
> "The PocketTV Team" <support RemoveThis @pockettv.com> wrote in message
> news:epvRQ3zYJHA.684@TK2MSFTNGP04.phx.gbl...
>> is the location of the photos created by the built-in camera always "\My
>> Documents\My Pictures\"?
>>
>> if not, what is the API to determine the folder where the photos are
>> created (when using the built-in camera)?
>>
>
Back to top
Login to vote
M.J.

External


Since: Dec 21, 2008
Posts: 1



(Msg. 4) Posted: Sun Dec 21, 2008 9:06 pm
Post subject: Re: location of the photos taken by the camera [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hiii,,

I want to ask if there's any way to access the captured image while
it's being in RAM [for some
processing]??? Need some guidance here please.

I'll be glad if anyone could tell me how.. Thanks..
Back to top
Login to vote
James [hotmail]

External


Since: Dec 10, 2008
Posts: 3



(Msg. 5) Posted: Mon Dec 22, 2008 5:52 pm
Post subject: Re: location of the photos taken by the camera [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Pocket TV,
I believe the Registry key is standard. I have an HTC Touch and my reg says
"\My Documents\My Pictures\".
The reg key is
"HKEY_LOCAL_MACHINE\System\Pictures\Camera\oem\PictureLocation\Internal"

There is also one called
"HKEY_LOCAL_MACHINE\System\Pictures\Camera\oem\PictureLocation\External"

-James


"M.J." <mai_zag.RemoveThis@hotmail.com> wrote in message
news:7f5585f7-baaa-47fa-9324-34b64d7369f0@y1g2000pra.googlegroups.com...
> Hiii,,
>
> I want to ask if there's any way to access the captured image while
> it's being in RAM [for some
> processing]??? Need some guidance here please.
>
> I'll be glad if anyone could tell me how.. Thanks..
Back to top
Login to vote
The PocketTV Team

External


Since: Jun 14, 2005
Posts: 171



(Msg. 6) Posted: Mon Dec 22, 2008 8:26 pm
Post subject: Re: location of the photos taken by the camera [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks. i'll check if the same key exists on some other devices.

is there a key indicating which of the "internal" or "external" folder is
being used by the camera?


"James [hotmail]" <james_devitt.TakeThisOut@hotmail.com> wrote in message
news:Ok%23PWiJZJHA.2124@TK2MSFTNGP04.phx.gbl...
> Hello Pocket TV,
> I believe the Registry key is standard. I have an HTC Touch and my reg
> says "\My Documents\My Pictures\".
> The reg key is
> "HKEY_LOCAL_MACHINE\System\Pictures\Camera\oem\PictureLocation\Internal"
>
> There is also one called
> "HKEY_LOCAL_MACHINE\System\Pictures\Camera\oem\PictureLocation\External"
>
> -James
>
>
> "M.J." <mai_zag.TakeThisOut@hotmail.com> wrote in message
> news:7f5585f7-baaa-47fa-9324-34b64d7369f0@y1g2000pra.googlegroups.com...
>> Hiii,,
>>
>> I want to ask if there's any way to access the captured image while
>> it's being in RAM [for some
>> processing]??? Need some guidance here please.
>>
>> I'll be glad if anyone could tell me how.. Thanks..
>
Back to top
Login to vote
Display posts from previous:   
Related Topics:
CAB for WM5 and location dialog - How i can skip the location dialog while installation is running?

Pocket Outlook Email Signature Location - Does anyone know where outlook mobile stores the text of its email signature? I'm trying to complete the following project and just stumped by this last thing. http://www.binaryrefinery.com/main/PermaLink,guid,e63c722f-5798-4fee-8764-f787b46ee29d.aspx ...

WM5 Cab file prompt for location - Hi, I'm trying to port my app from a WM2003 device to WM5. When I am installing my cab files on the WM5 device, I am being prompted to, "Choose a location to install <cab name>", with options for "Device", "\SD Card"...

Using MAPI to set Meeting Request Location on PPC - One of our devs here is apparently trying to create meeting request emails and set the location field using MAPI on the pocketPC. Does anyone know the MAPI field constant for the location field in a meeting request email? Thanks

Camera Application!! - When I use mobile 5.0, It have a buildin Camera application (Picture). But We don't have any the AP's source code. I only know it is constructed by DirectShow with capture, transform, and renderer filter and 3 stream path(preview, capture, still). If....
       PDA (Home) -> Pocket PC - Developer All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
 Linux Forums
 Mac Forums
  PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact