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
Mar 2, 2010
I would like to play native camera shutter sound clip on camera preview capture. I'm referring to the sound clip played when takePicture() is called. How could I that? Can someone walk me through the steps?
View 3 Replies
View Related
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
May 25, 2012
Is there a way to view my android device on my pc using wifi or usb so I can play games or view apps on my laptop?
View 4 Replies
View Related
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
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
May 29, 2010
I have a simple program that draws the preview of the Camera into a SurfaceView. What I'm trying to do is using the onPreviewFrame method, which is invoked each time a new frame is drawn into the SurfaceView, in order to execute the invalidate method which is supposed to invoke the onDraw method. In fact, the onDraw method is being invoked, but nothing there is being printed (I guess the camera preview is overwriting the text I'm trying to draw).
This is a simplify version of the SurfaceView subclass I have:
public class Superficie extends SurfaceView implements SurfaceHolder.Callback {
SurfaceHolder mHolder; public Camera camera; Superficie(Context context) { super(context);
mHolder = getHolder(); mHolder.addCallback(this); mHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS);
} public void surfaceCreated(final SurfaceHolder holder) { camera = Camera.open();
try { camera.setPreviewDisplay(holder); camera.setPreviewCallback(new PreviewCallback() {
public void onPreviewFrame(byte[] data, Camera arg1) { invalidar();
} } ); } catch (IOException e) {} } public void invalidar(){ invalidate(); }
public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
Camera.Parameters parameters = camera.getParameters(); parameters.setPreviewSize(w, h);
camera.setParameters(parameters); camera.startPreview(); }
@Override public void draw(Canvas canvas) { super.draw(canvas);
// nothing gets drawn :( Paint p = new Paint(Color.RED);
canvas.drawText("PREVIEW", canvas.getWidth() / 2, canvas.getHeight() / 2, p);
} }
View 1 Replies
View Related
Aug 23, 2010
I have a SurfaceView that is being used to draw custom animations and I would like to overlay them onto a live-feed from the phone's camera. Currently, the SurfaceView that contains the animations has a white- background, but if I were to overlay them onto the phone's camera feed, they would have to be transparent. The camera and animation drawing cannot be done on the same SurfaceView. Is it possible to make a SurfaceView transparent? What is the best course to pursue the use of multiple views? My end goal is to essentially overlay the contents of another SurfaceView onto the Camera SurfaceView.
View 2 Replies
View Related
Aug 23, 2010
I have a SurfaceView that is being used to draw images, and I would like to overlay them onto a live-feed from the phone's camera. Currently, the SurfaceView that contains the images have a white-background, but if I were to overlay them onto the phone's camera feed, they would have to be transparent. The camera and animation drawing cannot be done on the same SurfaceView. What is the best course to pursue the use of multiple views that involve managing the camera and drawing images? Is it possible to make a SurfaceView transparent?
View 4 Replies
View Related
Sep 7, 2010
When in the camera and you hit the play button to review pictures, all pictures on the phone come up instead of just the ones i've taken with my camera. Is there a setting to change for this? Do i need to move my photos to a specific folder to avoid this? Right now i have all my pictures in the "media" folder. The camera pictures are in the DCIM folder. So how can this be changed?
View 3 Replies
View Related
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.
View 2 Replies
View Related
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
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
Apr 15, 2012
Is there a way to view every single App in the play store? The 500 limit on the top free, etc, lists is really annoying.
View 1 Replies
View Related
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
Jul 23, 2013
I have a problem with front camera doesn't work for me. When i choose to front camera so The screen is black and show me massage: the gallery doesnt work and then show message not connecting ro camera. It doesn't work on all rom.
Sometimes it works and sometimes it does not work. When I turn front camera so the camera is crashed but when I do restart. It working for a moment...after Doesnt work. R800i
View 1 Replies
View Related
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
May 21, 2010
When I get an MMS video I am unable to view/play the video. I had no issues on phones I have had in the past. I am stumped.
View 10 Replies
View Related
May 26, 2010
Not sure what happened exactly but the camera view is now a pink screen with no visibility. Phone is not modded so I doubt it's something I did. Is this the result of water damage maybe? Everything else is working fine and the water indicator hasn't changed.
View 4 Replies
View Related
May 17, 2010
Just got my update; but there dosn't seem to be a way into the photo album without opening the camera first. I'm I missing something?
View 4 Replies
View Related
Aug 29, 2010
well a couple of questions actually. So first is it possible to only view pictures taken by the camera when I press the review button in the camera app? for example, not only do the pictures I take come up but also pictures of wallpapers and other saved images located in different folders show up. I also wanted to know if it was possible to have the take picture button be moved to the hold button.
View 1 Replies
View Related
Dec 6, 2009
My camera stopped working. When I click my camera application I get the message "The application camera (process com.android.camera) has stopped unexpectedly. Please try again". It's just a blank screen?
View 3 Replies
View Related
Mar 16, 2014
I have a droid raxr maxx with android 4.1.2
Recently I did a bunch of updates and started using google now. My phone performance has been significantly degraded as a result.
My most pressing issue is that after taking a photo, when I go to view it, it shows as normal brightness for 1 second and then gets very dark. This happens for every image as I scroll through them individually. It appears that I now have some sort of editing option or maybe google photos or picassa has hijacked my viewer. When I click on the gallery app this dimming issue does no occur. I am unable to view photos from the camera after taking them.
View 1 Replies
View Related
Aug 2, 2010
I am trying to set up a ViewFlipper that changes a SlidingDrawers content each time a button is pressed. So far every view I set up worked fine, but now I am trying to create a ListView (including single_choice_mode) within a child view of the ViewFlipper, but my attempt only let to a NullPointerException. As I only discovered ViewFlipper today, I am not yet familiar with it and may not have understood it completely. if someone could give me a hand and help me find out what I have done wrong, that would be great. Here is what I have done:
The code for the onClick event of the ImageButtons:
public void onClick(View v){
if (v == btnExposure){
mFlipper.setDisplayedChild(0); }
else if (v == btnProperties){
mFlipper.setDisplayedChild(1);}
else if (v == btnSpecialEffects){
mFlipper.setDisplayedChild(2);.............
View 1 Replies
View Related
Nov 24, 2010
I have a few videos on my SD card. A couple that were downloaded but most have been recorded with the phone. I have all tha videos sorted into folders so I know which is which. But, today when I opened the gallery to view a picture there was a new folder created called "camera shots" with all the videos in it, or which I thought were the videos. When I opened the folder all the files were a picture of the beginning of each video and were shrunken down so small they are really hard to see. When I looked at the properties of each they all had the file ending in png. Anyone have any idea what png is and has anyone else had your phone recreate the "camera shots" folder without you taking any new pictures or videos?
View 1 Replies
View Related
Nov 15, 2009
Whats a camera app that will actually work and not take 30 seconds to take the picture after clicking to take it?
View 2 Replies
View Related
Aug 17, 2010
I want to build my own custom view which should look like the Crysis-GUI.At first I designed a XML-based Layout and made it visible via the setContentView(int resid)-Method. Worked pretty well.But now I wan't to go a step further and draw in my Layout. So I created a new Class, let it extend View and overrode the onDraw()-Method. So far so good.But how can I still use my XML-Layout? I can't do setContentView anymore, so how could the same effect be achieved?
View 1 Replies
View Related
Sep 30, 2009
I have a problem with my DDMS in eclipse. In the logcat view appears only this failure: Logcat View fails with "Could not create the view: For input string: "our" "
I uninstalled and reinstalled the adt and ddms already without any change. I can use the logcat in the command line (tools- adt logcat) but this is not as comfortable as using the logcat in eclipse.
More details of this failure message are:
CODE:...............
View 2 Replies
View Related
Mar 10, 2010
So my layout looks basically like this:
<ScrollView>
<RelativeLayout>
<BunchOfViews/>
<ImageView android:layout_alignParentBottom="true"/>
</RelativeLayout>
</ScrollView>
I have the ScrollView so all of the layout always is visible no matter the height of the screen. The problem is that on a very high screen, I still want my imageview to be at the bottom. However, a child of a ScrollView dont seem to have a defined bottom. The View is placed at the top of the layout. How can I solve this problem in a neat way?
View 4 Replies
View Related
Feb 28, 2010
I like to know how can i clone a view object which is already there in the view hierarchy, so that it can be added to the same view hierarchy again.
View 1 Replies
View Related