This generates a file as expected, but only 512x384. Is that a "large"
image?
Without the EXTRA, I get a 256x192. Is that a "small" image?
I think this thread is about a way to deliver the camera resolution
2048x1536.
G
On Oct 8, 6:44 am, Carmen Delessio wrote:
> This is also working on 1.6
>
>
This is also working on 1.6
On Sun, Oct 4, 2009 at 10:48 AM, Carmen Delessio
wrote:
> I am doing this in 1.5.
>
> On Sun, Oct 4, 2009 at 10:43 AM, Isuru Samaraweera
> wrote:
>
>> 1.5sdk or 1.6sdk?
>>
>>
>> On Sun, Oct 4, 2009 at 7:16 PM, Carmen Delessio > > wrote:
>>
>>> I am able to do this usi
I am doing this in 1.5.
On Sun, Oct 4, 2009 at 10:43 AM, Isuru Samaraweera wrote:
> 1.5sdk or 1.6sdk?
>
>
> On Sun, Oct 4, 2009 at 7:16 PM, Carmen Delessio
> wrote:
>
>> I am able to do this using the solution I provided.
>> Use the IMAGE_CAPTURE intent and add extra info to save the result to a
1.5sdk or 1.6sdk?
On Sun, Oct 4, 2009 at 7:16 PM, Carmen Delessio wrote:
> I am able to do this using the solution I provided.
> Use the IMAGE_CAPTURE intent and add extra info to save the result to a
> file.
> See info on intents and startActivityForResult in the documentation.
>
> Intent i
I am able to do this using the solution I provided.
Use the IMAGE_CAPTURE intent and add extra info to save the result to a
file.
See info on intents and startActivityForResult in the documentation.
Intent i = new Intent("android.media.action.IMAGE_CAPTURE");
File photo=new
Fil
I am also in this problem. If any solution please help
On Oct 4, 5:48 am, midtoad wrote:
> stand further back from your subject.
>
> s
>
> On Oct 1, 7:37 am, Isuru Samaraweera wrote:
>
>
>
> > Hi All,
> > I want to capture much largerimagethan the current smallimagecaptured
> > by the android
The camera intent, android.media.action.IMAGE_CAPTURE uses a small picture
as a default.
You can get around that by specifying a file location for the picture.
Intent i = new Intent("android.media.action.IMAGE_CAPTURE");
File photo=new
File(Environment.getExternalStora
stand further back from your subject.
s
On Oct 1, 7:37 am, Isuru Samaraweera wrote:
> Hi All,
> I want to capture much larger image than the current small image captured
> by the android g1 phone camera.Any clue???
>
> Thanks
> Isuru
--~--~-~--~~~---~--~~
You r
8 matches
Mail list logo