EddyVerbruggen / VideoCapturePlus-PhoneGap-Plugin

:movie_camera:
133 stars 113 forks source link

Recording in HQ either crashes app or breaks phone's ability to play ANY videos. LQ is fine. #34

Open dano2 opened 9 years ago

dano2 commented 9 years ago

Android 4.4.2. HTC Desire

Notice line 918 of logcat: "App crashed! Process: com.ionicframework.tabauth788511"

http://pastebin.com/tY5ATTPq

Any tips?

EddyVerbruggen commented 9 years ago

Just tried it and didn't find a problem. Can you post your code / project so I can take a more thorough look?

ytarek commented 9 years ago

@EddyVerbruggen

hello eddy , thanks for the great plugin , i have one question regarding the android app.

in file capture.java , at line 148
// consider adding an allowflash param, setting Camera.Parameters.FLASH_MODE_ON/OFF/AUTO

i am assuming this would be done using intent. do you mind posting here the line which would do this functionality ? also i am trying to hide the controls of the video capture (camera switch,filters,..etc) can you please post here the line which would do this functionality as well ?

thanks