Android : Video Camera App For G1?

Apr 6, 2009

Is there a decent Video camera app for the G1?

Android : Video Camera app for G1?


HTC EVO 4G :: Camera / Video Camera Settings?

Jul 25, 2010

I'm Trying to fine tune the Camera settings and was wondering if you guys changed the settings around and got better Pictures/Video and what did you change your settings to? I'm more concerned about fine tuning the video Settings even though i know both the Camera/Camcorder share the same settings.

View 1 Replies View Related

Android :: Starting Video Camera With Intent

Sep 20, 2010

I am writing a very small app that just opens the camera app ready for video. I am able to get my code to work on an Android 2.2 emulator, but it will not work on my device, Motorola Droid 1 stock 2.2 FRG22D. Any ideas where I went wrong on this code?

CODE:............

It appears ThorstenW is correct. I would upvote your answer if I had enough rep. You can see from the logcat that com.android.camera could not be found and throws a fatal exception. Logcat below.

CODE:...................

View 2 Replies View Related

Android :: Front Camera For Video Calling

Feb 13, 2010

Which current of near future handsets have a front camera making video calling possible?

View 9 Replies View Related

Android :: Streaming Video From Camera To Server?

Mar 31, 2010

I've seen plenty of info about how to stream video from the server to an android device, but not much about the other way, ala Qik. Could someone point me in the right direction here, or give me some advice on how to approach this?

View 3 Replies View Related

Android : Video Camera App Finally Out On Market

Feb 4, 2009

So finally a video camera app is out on the market, pretty decent. Promises of bug fix and overall update in the next 5 days in good to know. Question is, has anyone else gotten it and it makes ur G1 sound kinda like a computer. Let me explain, when im phone is on, sense i downloaded the app, i can hear my phone running, kinda like how u can hear ur computer run, it makes wierd little sounds like its computing something, kinda weird i know. Kinda bugs me but I'll survive, anyone else having this problem though?

View 13 Replies View Related

Android :: Streaming (live) Video And Audio From Camera Example App?

Mar 23, 2010

Where to get streaming (live) video and audio from camera example for Android? Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have some stand alone app for PCs now I want to go on to mobile devices. So I want to see some sample app grabing audio and video streams from Phone, Synchronizing them, encoding somehow, and sending LIVE stream to server. I need any Open-Source sample that will do this or something like this. Where can I get such one?

View 1 Replies View Related

Android :: Streaming Live Video Camera To Server

Nov 22, 2010

streaming live video from android camera to server. What is the best approach in acheiving this ? Is it possible to use MediaRecorder for streaming video over internet?

View 1 Replies View Related

Android :: (BetterCut) - Get A Shortcut To Launch Video Camera?

Dec 15, 2009

Does anyone know of a shortcut or a way to make a shortcut to launch the video camera app? I hate having to open the camera and try to operate the slider to change the mode to video. The Youtube app works but takes up too much space on the screen. I have BetterCut but have no idea how to make a shortcut to this function

View 2 Replies View Related

Android : How To Record Video From Front Facing Camera?

Aug 7, 2010

we got a requirement to record video from front and rear cameras simultaniously.. In the Android 2.1 SDK we only have the MediaRecorder.VideoSource.CAMERA and DEFAULT, but not FRONT_CAMERA and REAR_CAMERA. So, is there any other way to record from Front camera.. like any third party API's.

View 1 Replies View Related

General :: Video From Android Camera To Remote Computer

Jan 28, 2014

Is there anyway I can stream camera video from android online outside of wifi routher so I can see video from remote computer?There are copule of solutions but those app only stream video from android to pc over the same wifi routher. Good program for that is Ip webcam.

And you can also send that video to another android device with tinyCam Monitor.But I want to stream it online so it could be accesed by remote computer! One solution is with IP Camera Adapter so you could use video from android as your webcam in skype.

But this is too complicated because you must have your computer turned on, and skype opened. Some other solutions have same problem because you must have your computer on.

I found one really difficult solution with port forwarding and you have to open host on .no-ip.biz...So, can it be done only from android phone with one or two programs.

View 3 Replies View Related

Android :: Video Calling In Andriod Mobiles Without A Front Camera

Aug 16, 2010

Recently i got 2 android phones by samsung. One is Samsung Galaxy i5801 Apolo and the other Samsung i5500(Galaxy 5).

Both these mobiles don't have a front camera in it. Is it possible to make a video call from these devices without a front camera?

Any options through android apps or etc?

View 11 Replies View Related

Android :: Correct Intent To Launch Gallery / Video Camera

Jul 28, 2009

My application has buttons to launch gallery and video camera apps but the below code only seems to work on phones with the standard Cupcake build:
// For Gallery Intent intent = new Intent(); intent.setClassName("com.android.camera", "com.android.camera.GalleryPicker");
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.startActivity(intent);
// For Video Camera Intent intent = new Intent(); intent.setClassName("com.android.camera", "com.android.camera.VideoCamera"); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.startActivity(intent);

On rooted / non-cupcake phones, I get this error:
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.camera/com.android.camera.VideoCamera};
have you declared this activity in your AndroidManifest.xml? at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:1480) at android.app.Instrumentation.execStartActivity(Instrumentation.java: 1454) at android.app.Activity.startActivityForResult(Activity.java:2656) at android.app.Activity.startActivity(Activity.java:2700)

View 3 Replies View Related

Android :: Application For Camera Use - Slow Frame Rate Video

Nov 24, 2010

I wanted to write an application that makes use of the camera taking extremely slow frame-rate video and uploading it. Right now I am reading over this:
http://itp.nyu.edu/~sve204/mobilemedia_spring10/androidCamera101.pdf

My question was in regards to the camera's use. The above article makes use of a canvas to preview the image, if one didn't want to preview the image before taking it could that be done? Is it necessary to use a preview of the camera image or can I just call takepicture to take the picture and catch the resulting callback to save it to a file?

View 3 Replies View Related

Android :: Video Recorder As Alternative To Camera Preview Filter?

May 9, 2009

A number of previous posts imply that attempts to apply bespoke image processing on a Camera preview are hamstrung by a buggy API and will in any event run extremely slowly due to the need to manually decode the preview buffer. Can anyone comment on whether it is possible to use the video recorder as an alternative means of achieving this?

View 2 Replies View Related

Android :: Video Camera Recorder - Source And Encoder Lines

May 26, 2009

I've been trying to develop an application for the android 1.5 sdk version that allows the user to simply recorder a video but it has been a long road. I can record audio with the simple example on the android developers website but when I put the VideoSource and the VideoEncoder lines it gives a 100 error that means that the Camera server died. Here is an example of the code.
recorder.setCamera(mCamera); recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
recorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
recorder.setOutputFile("/sdcard/dcim/Camera/test.3gp");
recorder.setVideoEncoder(MediaRecorder.VideoEncoder.MPEG_4_SP);
recorder.prepare(); recorder.start(); ...

Here is the debug error messages:
05-26 11:37:55.331: INFO/ServiceManager(30): service 'media.audio_flinger' died 05-26 11:37:55.331: INFO/ServiceManager(30): service 'media.player' died 05-26 11:37:55.331: INFO/ServiceManager(30): service 'media.camera' died 05-26 11:37:55.331: WARN/MediaPlayer(690): MediaPlayer server died! 05-26 11:37:55.331: ERROR/MediaPlayer(690): error (100, 0) 05-26 11:37:55.331: WARN/Camera(1462): Camera server died! 05-26 11:37:55.331: WARN/Camera(1462): ICamera died 05-26 11:37:55.341: ERROR/MediaPlayer(690): Error (100,0) 05-26 11:37:55.341: INFO/SONGSEARCH(690): album="The Assassination of Jesse James" 05-26 11:37:55.391: INFO/DEBUG(1485): debuggerd: Apr 21 2009 13:42:23 05-26 11:37:55.401: INFO/ActivityManager(60): Displayed activity org.reccamera.com/.camera: 5276 ms 05-26 11:37:55.421: ERROR/Camera(1462): Error 100 05-26 11:37:55.421: WARN/AudioSystem(60): AudioFlinger server died!

View 2 Replies View Related

Android : How To Make Video Calls Without Need Of A Front-Facing Camera?

Oct 9, 2010

Because my Motorola Droid X and many other phones lacked a front-facing camera, it was impossible for me to find a good application for Video Calling until recently that I found this AIR application. I am happy to know now that I can at least make clear video calls with my device. Oh and did I also mention it was free?

View 9 Replies View Related

General :: Video Streaming From Android Phone Camera To PC Via USB Or WiFi

Apr 28, 2012

Is it possible to stream the video from an Android phones camera to a pc via usb or wifi in effect to give you a zoomable HD web cam? Of course to capture that video feed.

View 3 Replies View Related

Android :: Start Camera Programmatically In Video Mode With Screen Remain Off?

Aug 4, 2010

I want to record and then upload that on server using camera but without any notification. Is their any way to start camera programmatically in video mode with screen remain off?

View 1 Replies View Related

HTC EVO 4G :: Camera - Video Not Working

Jun 4, 2010

When I click on the camera or video Icon. It goes to load it to where you see the black screen with the white camera and then quickly goes back to the home screen.

View 8 Replies View Related

HTC EVO 4G : Want To Make Video Camera Better

Nov 21, 2010

ok so after shooting video with our ( htc evo ) camera and then shooting it with the Droid x camera the droid x camera blows our camera as in video camera out of the water what the heck. just another thing for my buddy to 1 up us on lol so how can (app, settings) what to make video camera better.

View 8 Replies View Related

HTC EVO 4G :: EVO Video Camera Format On IMovie

Jun 7, 2010

I shot some test video and I'd like to do some editing in iMovie but it doesn't seem that the format is supported.Do we need to convert it first? If so, how?

View 4 Replies View Related

HTC EVO 4G :: Video Camera Playback Freezing

Jul 26, 2010

does anybody have a problem with videos freezing and messing up on playback.if i play back my videos they bonce around and freeze,the audio keeps going but the video freezes and jumps ahead to catch up.please let know if you fixed it and how.im about ready to take this thing back.

View 3 Replies View Related

HTC Desire : Video Camera / Need Best For 720p?

Oct 13, 2010

sorry to go on about the video camera but, any one out there know whats best for 720p? h.264 or mpeg4? or is it a case of i should definitely be using one or the other?

View 1 Replies View Related

HTC Wildfire : How To Use Video Camera / Take Photos?

Sep 17, 2010

as per title. I've figured out how to take photos but kind of stuck when it comes to making videos.

View 4 Replies View Related

Samsung Captivate :: Video Camera Comparison

Jul 14, 2010

Between the droid X and captivate...and wow...you can play both of them at the same time and they scroll pretty well together.Motorola's Droid X vs. Samsung Captivate In Video Test:AndroidSPIN | Your No.1 source for Everything Android.

View 1 Replies View Related

HTC EVO 4G :: How Froyo Update Camera / Video Quality?

Jun 11, 2010

I remarked to my wife that the video shot with my new EVO looked like home movies from when we were kids. I then saw that the EVO shoots at 24 fps which explains the home movie video look. Will/can the Froyo update improve the video and or camera quality? It's not a deal breaker but when you have kids it's nice to have a video camera with you at all times. I've got 3 more weeks left on my 30 day trial period. I know the i Phone 4 will shoot at 30 fps and the test images I've seen are considerably better than my EVO.

View 35 Replies View Related

HTC Desire :: Video Camera Does Not Work After 2.2 Update?

Aug 9, 2010

I update my Desire to 2.2 last week and was excited to try out 720p video recording. I slid out the panel on the screen and chose video, it switches to video but then the camera app just quits and I can't use the video camera. This happens every time I switch to video and I've tried turning my phone off and on again many times and it hasn't fixed the issue. I've searched on line and no one seems to be having this issue. Any ideas?

View 8 Replies View Related

HTC Desire :: Camera Default To Video Mode

Jun 14, 2010

is it possible to make camera start in video mode instead of picture mode?

View 1 Replies View Related

HTC EVO 4G :: BEST Video/Camera Settings After 2.2 - Still Seems Grainy After Update

Aug 2, 2010

After the OTA 2.2 I just did, the Camera/Video quality hasn't changed a bit...Any suggestions on settings?

View 3 Replies View Related







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