Hello!
I ported ffmpeg library to android and wrote simple app with read *.mp4 file from sdcard and write each frame to separate files also to sdcard. How can i read video not from file but from camera? can i use MediaRecorder and somehow transfer video from camera to jni code? I want to do video streaming from camera to PC videoplayer etc.
Some suggestions?
Thanks!

