OpenCV on Android, create slowmotion

asked 2013-06-28 07:48:14 -0600

bocios gravatar image

Hi guys,

I'am not searching for a full solution or something. I just want to know that it's a correct or possible way to implement slowmotion (or timelapse) videos with Android using OpenCV. I have a Samsung Galaxy Camera which already has a feature like that. It can do slowmo videos for 120fps. I did many researches about it's hardware and now i want to try that is there possible to "tuning" this 120fps upper or it's not possible. I'am sure that i have to use native interface. (or maybe ARM Assembly for that) My question is that what do you think guys? What technologies shall i use for implement slowmotion? Currently i'am thinking: Android NDK + OpenCV And if possible, i would use some ARM because it's speed. I know that's a really-really hard thing to do. First i just want to create a plan!

Thanks!

edit retag flag offensive close merge delete

Comments

I read that now it's possible to reach native camera in Android 4.0 Please help me, how can i start to implement slowmotion? My Samsung Galaxy Camera can record with 120fps, i think that it's a good try to implement the same frame rate with native camera. Than if possible i would try to record with bigger fps

bocios gravatar imagebocios ( 2013-08-13 04:07:26 -0600 )edit

So my questions are: - Where to start? How to setup a dev. enviroment for Samsung Galaxy Camera? - Which classes/API/OpenCV parts are interesting for slowmotion, what should i read/try in first? - In general, it's possible to implement a slowmotion function using OpenCV under Android? - Are there any chance to record faster than 120fps? Maybe it worth a try..

bocios gravatar imagebocios ( 2013-08-13 04:09:19 -0600 )edit