K
Krish
Hi,
I am using CameraCaptureDialog (CF2 && C#) ... I am trying to save the
image to the camera defined directory.... As per MSDN when we set
InitialDirectory to null, it will save it on Default Directory.
The issue is for HTC, the default directory is My Documents\My
Pictures and My Documents\My Videos both in Storage Card and Main
Memory... In Main Memory it works fine whereas in Storage Card it is
always saved under DCIM folder....
In WM5 HTC devices, the image and Video always getting saved to last
used directory... for eg., If I use Photo Mode first both Photo and
Video goes to My Pictures.
I can see HTC have custom camera implementation, since we support
multiple devices... I do not want any Device Specific changes on the
code... so reading from Registry is not an option for me.
In Emulator the pictures are always saved under \My Documents\My
Pictures(Video and Image) in Main Memory and under DCIM in Storage
Card.
So I would like to know is there a common way to find out the default
storage location for Camera Application.
Thanks,
Mohan
I am using CameraCaptureDialog (CF2 && C#) ... I am trying to save the
image to the camera defined directory.... As per MSDN when we set
InitialDirectory to null, it will save it on Default Directory.
The issue is for HTC, the default directory is My Documents\My
Pictures and My Documents\My Videos both in Storage Card and Main
Memory... In Main Memory it works fine whereas in Storage Card it is
always saved under DCIM folder....
In WM5 HTC devices, the image and Video always getting saved to last
used directory... for eg., If I use Photo Mode first both Photo and
Video goes to My Pictures.
I can see HTC have custom camera implementation, since we support
multiple devices... I do not want any Device Specific changes on the
code... so reading from Registry is not an option for me.
In Emulator the pictures are always saved under \My Documents\My
Pictures(Video and Image) in Main Memory and under DCIM in Storage
Card.
So I would like to know is there a common way to find out the default
storage location for Camera Application.
Thanks,
Mohan