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
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
Jun 15, 2010
I find plenty of examples of downstreaming a video from a server to an android, but I actually want to stream live images from my droid to a server.
View 1 Replies
View Related
Sep 15, 2010
I want to share streams of a socket connection between the activities of a tab view. In particular the tab activity creates the socket and gets the i/o streams,so i want that tabbed activities use these streams to retrieve informations without reconnect to the server each time i switch from a tab to another. I know i can use the application class to have a global state, but i don't know how.
View 4 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
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
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
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
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
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
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
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 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 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
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
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
Oct 27, 2010
I am trying to stream mp3 stream from my local http server indeed hosted on my phone to android media player.When local server gets the new socket , it starts writing some http headers followed by mp3 stream. but mediaplayer socket is throwing "Broken pipe" exception.Wat may be the issue causing this.
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
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
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 15, 2010
Any suggestion for live stream for android. In my app i need to stream live video from Live Stream..Is there any api or example to do it? If so, please provide it.
I need as like this...
http://www.livestream.com/aplive?utm_source=website-home&utm_medium=promo-header&utm_campaign=aplive
View 1 Replies
View Related
Aug 4, 2010
If you could only choose one of these, which would you have chosen for the Fascinate? (Obviously it would be best to have both).
View 8 Replies
View Related
Aug 19, 2010
I cant figure out why my camera button is tiggering the volume and not the camera. Every time I press it to use my camera it keeps lowering my ringer volume and when im in the camera mode(from app) it wont snap any pics, it just takes me back to my main page and lower the volume. Can anyone help me out?
View 8 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
Jul 26, 2012
I am looking to begin developing an rpg game for android devices something like a topdown or parralax style rpg and would like to know what software i should be using I have eclipse gallileo as i am following a beginners guide to learn basic cause and affect but as i will be buying some books i would like them to be geared towards the correct systems, i am poor and would like to be able to upload my finished project for use on android devices so will not use an engine that charges around $2000 for the privilage, i thought of using java but every java rpg i have seen is very small baic graphics i dont know if this is due to them using premade tile sets or if it is somehting to do with java limiations,
View 4 Replies
View Related
Feb 1, 2010
The android camera API is bound to one camera device, but in some situation we have lots of camera device in a netbook or handset. We can't use the same application with different camera device dynamically. For example, we can select the camera device in the VLC (Video LAN Client) on windows because there is direct show on it, but we can't do that on android by camera API without changing the framework. Guys, is there any mistake at my understand? Is there any plan to modify framework to support this situation ?
View 3 Replies
View Related
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
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