I'm trying to do an Android app that can stream video (live) from the device camera to another device. How can I do this? Anyone can give me tips or some kind of tutorial / code ? I really need some help because I don't know how can I solve this. I read a lot about this, i've tried some examples but until now without success.
thanks
There has already been talk done about this over here. Hope it helps:
Streaming video from Android camera to server
Edit: http://code.google.com/p/ipcamera-for-android/ <= here is a project that does what you want to do, you just need to adapt it to your needs :)
Related
I used grafika project for making video recording app. Now i want to add watermark to the video.(I have filepath for video). Please Someone help with any code snippet or suggestion. And yeah i don't want to use ffmpeg like heavy library unless no other solution is left.
Such Similar question exist but didn't find any solution.
Here a solution is posted but it's not clear exactly how to proceed:
https://stackoverflow.com/a/43231245/7026525 Any help is appreciated.
I'm trying for almost a week now to find a way to build an Android app that can simply play a 360 video and to be navigated using the gyroscope sensor, No luck till now.
I just need some help to find a way to build this app using Android Studio.
Also I tried "Panframe" and I couldn't really get something out of it. Don't know if it so hard or complicated or whatever.
Thanks for your help in advance guys.
Google has introduced this VR View. It might help.
Learn more-https://developers.google.com/cardboard/vrview
Check out MD360Player4Android. This does what you want. It rotates the 360 video on Motion as well as touch basis.
Maybe this sample game from google might be a good starting point
Here is a api documentation for android if you need it.
I've been asked to make a 'dubsmash' alike app, where you record a video but with a music over it.
So the video file needs to have the custom audio track embeded.
Is it possible?
(I'm noob with android :p )
Thanks!
Although you have not "demonstrated" any effort of your own, so I should not answer this as per rules, but here goes : Yes, it is possible. Read this : http://developer.android.com/reference/android/media/MediaMuxer.html
FYI : The code in the example works perfectly, so please don't ask for any other sample
I'm using Ionic, NGCordova ( http://ngcordova.com/docs/#Capture ) and the Capture plugin, trying to start a new hybrid app. I figured out how to use it to capture a photo, a video, a sound... But I have requirements a bit more complicated in my project.
I would like to be able to switch from photo to video and back inside of the camera view. Here is an example of what I would want to do, from the Wedpics app :
As you can see, on the bottom, there is the possibility to change from pic to vid and back. Also, there is the possibility to choose a pic from the gallery - which is good but no mandatory.
Now, is this possible to do with Capture plugin ? If not, is there another plugin that gives better capabilities ? Or, if there is not, would someone be able to tell me if it's at least doable with a hybrid app ? If yes, I could simply try and make my own plugin for iOS and Android...
Thank you very much ahead !
[EDIT] Okay, there is absolutely no plugin that gives this, surprisingly. It surprises me enough for me to ask, really, if someone that already worked on that type of things could answer this : is it possible to make ? I mean, there could be a problem regarding the returned data, with no way to detect what was returned or something like this, and that would be why no one did it...
If someone can confirm me it's doable, I might give it a try, or look for a freelancer to do it for me !
Thanks again !
I'm trying to write an android app that takes a video or audio file and edits the audio. I know you can learn PCM audio which will teach you what you need to know, but I was wondering if Google has some built in function with Android?
I know Android has many different things built into Android that help with bitmaps and queres and stuff, but I was curious if they had anything that could help me edit audio files in Android.
Do the people who make the "autotune" apps have some packages they share that can aid and help in the Android development community?
I know someone already asked a question about editing audio files with regular programming, but I wanted to know if there was something already in Android made for me.
I've viewed this question which gave me a little bit of an idea of PCM audio.
Thanks in advance!!
I'm new to android and am trying to get my feet wet with some app ideas I have. If anybody has some resources that are really useful to learn android, please let me know. I've been reading Google's soruces on their website, there isn't a whole lot on there. Also, tried youtube which is very skim.