[android-developers] CamcorderProfile

2011-03-22 Thread b_t
Hi, My camcorder resolution is set to 1280x720 in my Htc Desire with 2.2. If I get CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH) then it says that resolution is 720*480. "QUALITY_HIGH refers to the highest quality available" Do you know why? How can I get maximum camcorder resolution? --

Re: [android-developers] CamcorderProfile

2011-03-22 Thread Marcin Orlowski
On 22 March 2011 09:17, b_t wrote: > Hi, > > My camcorder resolution is set to 1280x720 in my Htc Desire with 2.2. > > If I get CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH) then it > says that > resolution is 720*480. > > "QUALITY_HIGH refers to the highest quality available" > > Do you kn