koushick123 / Dual_Video_Camera_PoC

A prototype camera app for recording using both cameras in a single video
2 stars 2 forks source link

Why you change min sdk to 18 from 14? #1

Open rameshvoltella opened 7 years ago

rameshvoltella commented 7 years ago

when i first run sample it was min sdk 14,now its change to 18 is that because of the ffmpeg support? how can i downgrade this library so it can work fine on sdk 14?

koushick123 commented 6 years ago

Hi,

I don't see where I set minsdk to be 14. The ffmpeg library was scrapped, since it was too slow for my requirement.

You can try to use ffmpeg in with sdk version 14. Don't think there should be a problem.

I have changed the minsdk to be 21, since I am using mediarecorder instead of mediacodec to record from a surface instead of camera.