Affichage des articles dont le libellé est record. Afficher tous les articles
Affichage des articles dont le libellé est record. Afficher tous les articles

vendredi 21 août 2015

Cannot record calls in lollipop



When I get a call or make a call while acr is running, I always get an error in my notifications saying call was not recorded. Does anybody know a way to fix this?



mardi 18 août 2015

Record FM RADIO from app



I'm running gingerbread and I want to record fm radio from the stock app. But there seems to be no option like that. I don't want to use internet radio, and I've tried spirit fm, there isn't recording option for my audio method. So, basically I want a record the fm radio station while listening to the radio. Any possible way or app can do this?



vendredi 31 juillet 2015

[DEV] Need help to record video with stable FPS



Hi all!

I am developing an app and need to record video with stable FPS.
My app records a video and a text file while the user presses a button to go through a list of items. The app records in the text file the time of the presses of the button, in order for me to split the video based on these recorded times.
The time recorded comes from a System.UptimeMillis() - varInitialTime each time the button is pressed.

I am using MediaRecorder and have tried recording with many different configs, like using Timelapse profile, disabling sound, setting framerate option on media recorder and others. The Timelapse profile should record with fixed fps, and yet it recorded with variable fps.

I tried also using JavaCV for android, but looks like the E1 can't handle it, as it lagged hard in the few times it opened.
I searched the XDA forums and other android resources on the net to no avail.

So, is it possible to force the MediaRecorder (or similar) to record with a stable fps? Are there any workarounds for this problem?