camera
Why wouldn't my image display (from gallery) when in portrait mode?
I have used this code to start an intent to pick a picture from the tablet\'s gallery. Intent pick_picture_intent =new Intent(Intent.ACTION_GET_CONTENT);[详细]
2023-03-31 22:53 分类:问答onActivityResult not called when picture taken in landscape mode (HTC Evo 3d)
We are calling the camera intent like this: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);[详细]
2023-03-31 20:31 分类:问答Get image Uri + thumbnail of the picture shot with camera in Android
I want to update an ImageView with a picture I make with the build-in Android camera. I use the following code:[详细]
2023-03-31 19:49 分类:问答embed live camera view inside a UIView
I\'ve been trying to figure out how to embed a small(ish) live camera view inside of an iPhone\'s UIView to no avail.[详细]
2023-03-31 19:28 分类:问答CamcorderProfile.QUALITY_HIGH resolution produces green flickering video
I haven\'t found any explanation for this so far. Basically I have a video recording class which works splendidly when setVideoSize() is set to 720 x 480 on my Samsung Galaxy S2.[详细]
2023-03-31 15:17 分类:问答Capture pictues in blackberry application using VideoControl only works on emulator and not device
This is only some of the code because other parts of it are spread out but on the simulator for blackberry curve this adds a VideoControl to the manager and shows up fine with another button that actu[详细]
2023-03-31 09:33 分类:问答Using both cameras on android: "Fail to connect to camera service"
I\'m having troubles in accessing both (front and rear cameras at the same time). When turn on one camera it works.[详细]
2023-03-31 09:03 分类:问答Farseer/XNA Assertion Failed, Vector2 position for body modified by camera matrix
I created a camera with a matrix and used it to move the view point in 2D. Basically I started from this template:[详细]
2023-03-31 08:46 分类:问答runtime error, but debugging step by step works fine
I wrote an android program to take a picture without preview. My programs works fine when I debug it step by step. However, when I run it in execution mode, the program doesn\'t work as expected. No p[详细]
2023-03-31 08:41 分类:问答Accessing hardware buttons within the camera app
i wish to write a plugin that will enable me to access hardware开发者_如何学C buttons of the phone while using the camera app. how would i go about doing this. or is it even possible.Sorry, you can\'t[详细]
2023-03-31 01:09 分类:问答