Android :: Video / Audio Frame As Input To OpenCore
Aug 5, 2009
I am not able to use MediaPlayer/VideoView to make rtsp to work in Android. So I have created a client to interact with RTSP server, I have succeeded in doing this.I am able to get the video/audio frame from RTSP server (MySpace) in Android. Now I want to play the frames. I have searched OpenCore APIs to play the frames, but didn't get any APIs. My investigation: There is a class PlayerDriver.c It creates two sinks one audio and other video. handleSetVideoSurface handleSetAudioSink Two objects of type PVPlayerDataSinkPVMFNode are created. I suspect this class has a way to give the stream as input, but I am not getting the definition of this class. Can you suggest me is there any class I need to look into it?
View 1 Replies
Dec 18, 2009
I would prefer to not have to purchase a Flip Video Recorder to provide me the frame by frame playback needed (coaching girls softball) for instant instruction at practice. Is there an app that provides playback of video at a frame by frame rate?
View 1 Replies
View Related
Jan 29, 2009
What are the video resolutions supported by the PV codes in the opencore module? Is there a manual or guide describing this?
View 2 Replies
View Related
Feb 11, 2009
How to get the first frame of a video file ? Are there such APIs in OPENCORE?
View 13 Replies
View Related
Jan 18, 2010
Getting the first frame of a video file taken with the camera?
View 3 Replies
View Related
Jul 15, 2010
Is it possible to capture a frame from a video in android and save it or use it in any way in the application?
View 1 Replies
View Related
Sep 11, 2009
I am making an video application. In the list of the media, I would like to show the video frame as thumbnail to indicate my video.
There is standard method to extract the first frame from the video. However, I would like to let the user to use any frame as the thumbnail. Is there any method such that I can extract a frame by specific time input by user?
View 3 Replies
View Related
Sep 7, 2009
Hi all, I am trying to implement Picture in Picture. I used a Frame layout for two Video View and tried playing the video files. But it doesn't work. Does anyone have an idea of this PiP (Picture in Picture) concept?
View 2 Replies
View Related
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
Aug 5, 2010
On a Nexus One (for example), the camera application is able to capture H.264 video at 720x480 (the "High" quality setting). However, when using the MediaRecorder API, it always seems to capture at a fixed frame size of 320x240.
I would expect the setVideoSize() method to control the frame size (as in the prepare fragment below), but it appears to have no effect (using Froyo 2.2 Android SDK).code...
Discussions on the android developers list seem to indicate this is a long standing issue. Can anyone advise how the frame size can be controlled, or if it is possible at all with the current API?
View 2 Replies
View Related
Feb 18, 2010
I've created an application that show around 250 images in ImageView. Images are loaded one after another, 15-30 images per second. Basically the whole thing gives an illusion of a rotating 3D object, at least it should.
The problem is next, app hangs when loading certain images(i.e. I see a few seconds of fluid animation and then animation hangs, jump 10-15 frames(images) ahead and continues. It always happens at the same places in animation cycle.
I though that Android might not have enough resources to handle something like this, so I've resized images to half their size, but it did't help. I've tried buffering images but that did't help either(actually, maybe a little, I think that animation looks a little bit smoother).
And now the weirdest thing. I use the touch screen to allow users to "rotate" the 3D object on those images, and while rotating I again experience those hangs at exactly the same places as with the animation.
All images are in .png format and their size vary from 15kB to 40kB.
I use the following code for the animation:
CODE:.....................
View 1 Replies
View Related
Mar 8, 2010
Does anyone know how to get usefully information from audio that comes from the mic? I would like to parse the audio bit stream to gauge how large or dmall the audio wave is any help would be great.
View 2 Replies
View Related
Jul 22, 2010
Is it possible to record an audio (not a phone call) using the bluetooth input and not the device microphone? I am able to playback whatever am saying through device's mic but am not able to figure out how to use the bluetooth mic instead.
View 6 Replies
View Related
Jun 19, 2010
1st. Are our phones (HTC Incredible) capable of digitally recording audio from a mic? For example, can I plug a microphone into the 3.5mm jack and start recording the audio. (given the hardware is capable) Which leads me to my next question, if so, is there an app for it? I searched and searched but couldn't find much info on it...
View 3 Replies
View Related
Nov 13, 2009
Is there a way to use an audio file as input to speech recognition? If not, is this feature expected in the foreseeable future?
A separate question (and this is going to sound ridiculous, but it might actually be okay for a joke app I'm thinking about): Would it be possible to play audio out of an Android handset, while at the same time having a recognizer listen to it via the microphone? (Guess I could just try it.)
View 3 Replies
View Related
Mar 29, 2010
I'm getting the above error message when i run below code. please let me know if you have found any solution for this? code...
View 2 Replies
View Related
Feb 6, 2010
All of the sudden yesterday I lost audio on text input, entering log in credentials, entering text for a search, etc. I have gone through the sound settings and everything is checked that would affect this.
View 5 Replies
View Related
Dec 28, 2011
I just got a 2010 Infiniti G37. It has a USB port, but no aux input and no Bluetooth audio streaming (wtf Infiniti?). It reads and plays iPods and iPhones just fine. I can not get it to recognize my android phone at all (Motorola triumph running stock 2.2 rooted). It will recognize flash drives though. I think the problem with the phone is it takes a few seconds to click 'connect USB storage' and then 'ok' before it reports itself as a mass storage device. By that time the car is already reporting an error. I have tried with debugging on and off.. is there any tweak, app, or hack I can do to force my phone into USB mode (without the prompts) every time I connect it?
This is actually a pretty important feature to me and I'm disappointed I can't get my phone and new car to play nice. Might even consider switching to an iPhone if there is no other option.
View 2 Replies
View Related
May 19, 2012
I'm trying to build a live wallpaper using frames. I can't find any good tutorials on how to even build a live wallpaper. When I run app from eclipse i get these errors.
[2012-05-19 22:26:32 - LiveWallpaper] No Launcher activity found!
[2012-05-19 22:26:32 - LiveWallpaper] The launch will only sync the application package on the device!
It does install to the emulator. It all seems to work. I go in to the live wallpaper menu, find my live wallpaper in there open it, it loads. but its not moving through the frames. It only shows the last frame. I set it as wallpaper. It also doesn't do anything. Also would like to center the images.
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.service.wallpaper.WallpaperService;
import android.view.SurfaceHolder;
[code]...
View 3 Replies
View Related
Jul 31, 2010
Is there a cable I can use with my Vibrant to send audio from the micro usb port to the aux input jack in the car? I tried searching on ebay without any luck?
View 3 Replies
View Related
Jul 24, 2010
Wish there was a way to control the sound input while video recording. Anything above a normal conversation sounds horrible during playback. Anyone know of an app that might handle that?
View 1 Replies
View Related
Dec 22, 2009
I would love to see what are peoples top picks?
View 2 Replies
View Related
Jan 22, 2010
Does such a thing exist please folks - want to rip some audio for an mp3 ringtone from a comedy video clip
View 4 Replies
View Related
Jul 18, 2010
I have a Samsung Moment with Android 2.1 on it and lately I cannot stream music or video in any app that I try. The YouTube app says "Sorry, this video cannot be played." for every single video, and if I try to use something like DroidLive (for shoutcast and such) it has a connection error every time. Grooveshark has an "Unknown MediaPlayer error." I tried a few other random apps off of the market to try to rule things out and none of them would play. Music that is stored on my SD card plays just fine.
It doesn't only not work sometimes, it doesn't work 100% of the time now. Happens when I have 3G and even if I'm connected to Wifi. I did a factory reset last night thinking that maybe an app had messed with a setting somewhere and it still doesn't work. I have no clue what else I could possibly try.
EDIT: As requested by the stickied thread:
1.) Model Number - SPH-M900
2.) Firmware Version - 2.1-update1
3.) Baseband Version - S:M900.8.0S.DD03
4.) Kernel Version - 2.6.29
5.) Build Number - ECLAIRDD03
And the hardware version is M900.8.0
View 2 Replies
View Related
Oct 11, 2010
Im very new to this app, I was wondering how can I make it so I only see audio/video podcasts. I dont need to see the text posts they just make it confusing.
View 5 Replies
View Related
Aug 12, 2009
In my app, a user picks video content with Intent i = new Intent(Intent.ACTION_GET_CONTENT); Code...
Why is the behavior for video and audio different?
View 3 Replies
View Related
Nov 1, 2010
I am new in Android. I am using android os 2.2. I am trying to play streaming audio and video from url. I don't know what to do for that. after 3 days og googling i come to know that I have to use mediaPlayer and MediaController classes.I had use different differend combination of codes found on internet but not succeed.Can anybody guide me what to do for streaming audio/video playing. What about the UI if we use MediaPlayer or Controller class. is there any thing to related these in xml file of layout.if not then even please tell me what may be the code for that.please help me.
View 2 Replies
View Related
Mar 11, 2010
A new update came out yesterday for doubleTwist that allows podcasts to be downloaded and synced just like on the iPod/iPhones. And not just audio podcasts like Google's app, you also get video podcasts as well! Though it does seem like it takes awhile to sync them, it is a way cool addition that makes doubleTwist closer to that all-inclusive experience that iTunes gives with all the different media.
View 12 Replies
View Related
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
Aug 11, 2010
What codec settings will produce valid videos for playback on Android (videoView) and iOS UIWebView)?
View 1 Replies
View Related