HTC Incredible :: Using Camera In Portrait View?

Jun 22, 2010

Is there or will there be, a mod that will allow us to use the camera in portrait instead of landscape mode? I Would love the option.

HTC Incredible :: Using Camera in Portrait View?


HTC Incredible :: Not Flipping Back From Portrait To Landscape View?

Apr 28, 2010

Is anyone elses phone not flipping back and forth from portrait to landscape view when they rotate the phone? Ive check the settings and it is set to change orientation when phone rotates but for some reason it is not doing it.

View 29 Replies View Related

HTC Incredible :: Error With Layar Camera View

Oct 28, 2010

Anyone having trouble with the Layar Camera View mode? When I first installed this about 3 month ago, I was able to use it. Several updates (any maybe Froyo) later, It wont go into camera mode.I've uninstalled and re-installed, still no change.Any advice? The camera itself seems to function fine; Im able to take pictures, etc.

View 1 Replies View Related

Android :: How To Switch Camera To Portrait?

Feb 9, 2010

I'm developing an application that render preview frames from the camera to a Surface View. I've noticed there's no way in the Camera API to set the orientation to portrait, so I'm forced to make my view landscape. Does anyone know how to tell the camera to deliver preview frames in portrait?

View 5 Replies View Related

Android ::Camera Always Run In Portrait Mode

Aug 5, 2009

I am trying to use Camera to take picture and to video recording but it always runs in portrait mode. Even if I tried to sreenOrientatiton="landscape" it solved screen appearance but when I take photo and capture video they are still saved rotated 90 degrees.

View 5 Replies View Related

HTC EVO 4G :: Taking Self Portrait With Front Camera Possible?

May 21, 2010

Can you use the front facing camera on the EVO to take self portrait pictures? I don't imagine you'd be able to easily line up the rear facing camera very well without being able to see the screen at the same time.

View 6 Replies View Related

Android :: Working In Portrait Mode With Camera Preview?

Jun 27, 2009

When do you expect it to get fixed? I am a developer working on http://layar.eu and I had to go through lot of trouble to get the app working in portrait mode with camera preview, using a LOT of rotations. I have managed to get everything rotated to portrait except for the on screen inputmethod which still shows up in landscape. Do you have any suggestions for rotating that?

View 9 Replies View Related

Android :: API Version Compatibility - Portrait Camera Preview

Nov 21, 2010

I'd like my app to run on both Android versions 2.1 and 2.2. In one area of my app, there is a portrait-style camera - the process for producing a portrait camera preview is different (as far as I know) on the two OS versions. Here is how:

2.1:
Camera.Parameters parameters = camera.getParameters();
parameters.set("orientation", "portrait");
camera.setParameters(parameters);

2.2:
camera.setDisplayOrientation(90);
The setDisplayOrientation(int) method became available in API Level 8 (2.2) and, so, cannot be used on 2.1; however, using the 2.1 (Camera.Parameters) method does not rotate the preview and image correctly on 2.2. It seems odd that this incompatibility exists - is there a more correct way to do this that will allow me to target both platforms?

View 1 Replies View Related

Android : How Can I Add Portrait Layout On Top Of Landscape Camera SurfaceView?

Apr 19, 2010

My application should hold a camera preview surface. The camera is fixed to landscape view via AndroidMainfest.xml I am quite new to the Android plattform programming. Of course I don't know much about the programming tricks and workarounds yet. I did a lot of research over the last two weeks (even studied the native Camera implementation), but couldn't find a good solution so far.

View 2 Replies View Related

HTC EVO 4G : CM6 RC2 Crashapaloosa - When Switch From Portrait To Landscape View

Jul 30, 2010

Flashed the CM6 RC1 Rom and have been running smooth as glass. Suddenly, it is crashapaloosa on me. I am betting it is the hinky Flash 10.1 that is doing it. It happens mostly when I switch from portrait to landscape view.

Also getting odd messages like "Unable to Log In". Not sure what it is logging into but apparently it can't. Anyone else having issues? Will try dumping Flash 10.1, also will try shutting down SetCPU and see if those don't help. Ah bugs ;-)

View 5 Replies View Related

Motorola Droid :: Watching Videos In Portrait View?

Nov 1, 2009

I know that I can watch video podcasts in portrait view on the ipod touch.Granted I'll watch all my TV shows in landscape but for when I just want to watch a quick clip I hope this is possible.Do you know if it is even an option with the DROID?

View 1 Replies View Related

Android : How To App Knows That View Of Device Changed From Portrait To Landscape?

Feb 28, 2009

how the application knows that the view of device has changed from portrait to landscape.is there any way to know the application about view change.

View 2 Replies View Related

Android :: Change View In Horizontal Orientation And Then Back To Portrait?

Sep 3, 2010

I want my view to change when it has changed to horizontal orientation code...

This works, but I want my layout to switch back when it is in portrait mode.

View 2 Replies View Related

Android : Way To Track Screen In Landscape / Portrait View In Droid?

Feb 23, 2010

I worked in a tabactivity, I set the gravity for tabs as bottom. If I change the screen from portrait to landscape, I can't see the tabs. How can I do it?

View 1 Replies View Related

Android : Portrait-oriented Menu In Lanscape-oriented View In Droid?

Aug 19, 2010

How can I have a portrait-oriented menu in my lanscape-oriented view in Android?

I'm building an application with some items that must be landscape-oriented. Everything else (menu, view for editing the item, list of item...) should change orientation according to the orientation of the device. To do that I set android:screenOrientation="landscape" in the AndroidManifest.xml for the activity showing my items. Now, how can I create a portrait-oriented menu for that activity?

I'm also wondering if setting the screen orientation of the activity is the only way? Isn't it possible to set the screenOrientation for each view?

View 1 Replies View Related

HTC Incredible :: Portrait To Landscape Transition?

Apr 30, 2010

Other apps and such that use the accelerometer (eg. leveler) seem to be working fine.

View 1 Replies View Related

HTC Incredible :: Laggy Keyboard In Portrait Mode

Jun 22, 2010

I didn't really pay attention, but since i have been on these forums I noticed when I type a post my keyboard lags. It isn't too bad while in portrait mode but when I'm in landscape my keyboard lags a LOT. I havent noticed it on any other sites. It is at its absolute worst when posting in landscape on this forum.

View 2 Replies View Related

HTC Incredible :: Different Keyboards In Landscape / Portrait Modes

Sep 15, 2010

ne0fhyk has created an app (root required) that will allow you to choose which keyboard you want to use in each orientation. i've always felt the stock keyboard was far superior in landscape mode, while swype was ideal for portrait.

View 3 Replies View Related

HTC Incredible :: Keyboard For Phone (Qwerty , Portrait)?

Apr 16, 2010

Yes i searched. So my question is will it have a landscape QWERTY keyboard or will it just have a portrait one. So anybody know if it does.

View 2 Replies View Related

HTC Incredible :: Lock Screen Orientation In Portrait / Landscape?

May 5, 2010

Is there a screen orientation lock feature? I haven't seen it mentioned. In fact a search only turned up mention of it as a hardware button on the iPad. This would be great for using it while lying down, reclining, in the car.

View 2 Replies View Related

HTC Incredible :: Video In Portrait Transferred To Computer Sideways

May 10, 2010

I took a video with my phone today in portrait mode. I transferred the video to my computer and it's sideways. I can't figure out how to switch it to make the phone take videos in portrait. Does this phone really only take videos in landscape?

View 6 Replies View Related

HTC Incredible :: Text Input Method Options (Portrait And Landscape Mode)

May 9, 2010

I was wondering if there's a way to change default input options for portrait and landscape modes independently? I like using swipe for portrait and full keyboard for landscape and its kinda annoying to keep changing it every time.

View 3 Replies View Related

Android :: How To Get Angle Of View Of Camera?

Feb 4, 2010

Is there a possibility to query the hardware specs of the camera. I'm especially interested in the AOV "Angle of View"[ http://en.wikipedia.org/wiki/Angle_of_view].

View 2 Replies View Related

Android :: Play Mp3 While On Camera View?

Feb 2, 2010

I am trying to add a bit of a narration in the form of augmented reality to the application I am building. In essence the user will be looking through his/her handset to a location X and I want an MP3 file or WAV or whatever format to play while the camera view finder is up (like the augmented reality apps except instead of overlaying images and widgets I need to overlay audio)

Anyone know a way to do this?

View 2 Replies View Related

App Development To View IP Camera Stream?

Apr 18, 2013

I would like to create an Android app that can view the stream from an IP camera. Basically all it will need is a settings screen where you can set the IP address for the stream that you'd like to view and another screen that shows the camera stream. I won't need to worry about any pan/tilt/zoom functionality.

View 5 Replies View Related

General :: App To View IP Camera Stream?

Mar 8, 2013

I would like to create an Android app that can view the stream from an IP camera. Basically all it will need is a settings screen where you can set the IP address for the stream that you'd like to view and another screen that shows the camera stream. I won't need to worry about any pan/tilt/zoom functionality.

View 3 Replies View Related

Motorola Droid X :: Camera VS HTC Incredible Camera

Jul 17, 2010

So I spent the last hour or more in my backyard in 107 degrees taking pictures of flowers at stock settings with both phones. NOT an easy task I will tell you that. My back hurts, but besides that... I did my best to show the best quality of BOTH cameras, because they are both great. I realize that not everyone will agree with me, or will think I messed with something in my pictures. But these are all completely stock settings, not messed with at all. I only touched the flash on/off button.

My decision is I like the X camera better, it is easier to focus, and much snappier. Plus designated camera button! I found on the Incredible while the pictures look great on the phone itself and in gallery, that as soon as they were uploaded the colours looked washed out and not as great. I know this is due to the AMOLED screen. But both overall great. My decision is the X though.

X FLASH:

INC FLASH:

NOTE: Inc would NOT focus any closer without being extremely blurry, tried a gazillion times.

X NO FLASH:

INC NO FLASH:

X FLASH:

INC FLASH:

X NO FLASH:

INC NO FLASH:

Outside Panoramic View from X NO FLASH (Just for fun):

Outside Normal View from Incredible:

View 20 Replies View Related

Android :: Obtaining Field Of View Of Camera

May 14, 2009

Is there a method of obtaining the field of view for a phones camera (horizontal and vertical)?

View 2 Replies View Related

Motorola Droid :: Way To Get Fascinate-like Panoramic View Camera App?

Nov 1, 2010

Is there any way we can get this app or feature? rooted or not, i think that's a freakin awesome feature!

View 7 Replies View Related

Android :: How Camera View Angle Determined In GetHorizontalViewAngle?

May 21, 2010

I'm curious how the camera view angle determined using getHorizontalViewAngle? Is it predefined within the API, or is it provided by the hardware?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved