Build a simple Android 360 videos playback app with gyroscope - android

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.

Related

Is there a solution to implement an "low-speed" scrubbing on Exoplayer2?

I'm working on an application who needs some precision when scrubbing on the videoplayer, in order to get an image from the video.
The problem is, the timebar is too imprecise.
I'm looking to implement a solution like the native iOS player, when you scrub and you swipe down your finger to slow down.
-> https://lifehacker.com/how-to-control-the-audio-and-video-scrubbing-speed-on-y-5811660
If you have a solution, it would be really cool.
Thanks in advance !
Exoplayer cannot do this for streaming. A similar discussion has been seen regarding AVPlayer - to allow the described behaviour for streaming, and some have suggested making snapshots which would also not be close to your want of getting the same behaviour as on the example you have provided.
If you are looking for this kind of experience I would recommend heading over to movi.ai to get your hands on our cross platform solution with this ready out of the box.

How can I display video when a marker is detected in unity android artoolkit?

I want to display a video when a marker is detected. I am working in unity and coding for android. Please help.
The problem here is, that the current MovieTexture of Unity does not support mobile playback (It's on their roadmap to upgrade this).
But there are some options you can check, either there are a lot of plugins which implement your wanted functionality, but most of them are not for free.
Or you go the easy way and check the download section from Vuforia, because they got an example which implements exactly your wanted functionality :
https://developer.vuforia.com/downloads/samples
I used Easy Movie Texture Plugin to play Video in Unity. Its working as I needed.

Android SDK for determining the music being played around you?

I'm looking into creating an android app and wanted to make something that could show what people around the user are listening to. Is there any way to do this? I've been looking at the Spotify SDK and it dosen't appear to be possible, but I wanted to confirm.
Sarah Markers,
To identify the music being played around you, I would suggest you to read this article http://www.royvanrijn.com/blog/2010/06/creating-shazam-in-java/ .
I could not find anything on Spotify SDK which can help you with determining the music.

How to apply different live effects to android Camera?

I want to develop a Camera 2 kind of application. So i just wanted to know how to apply live effects to android Camera .Is there any android library for that? plz help me to solve the issue.
thanks in advance....
What have you tried? I assume by live effects you mean shown on the preview.
You can try what the answer here suggested, but any sort of complicated filter implemented in java is going to slow things down. For good performance you'll probably have to write some native code to process the previews. The good news is, if you're writing NDK code you can make use of libraries like OpenCV to do the filtering for you.

Android liveStream video

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 :)

Categories

Resources