selvinEduardo / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Problem to combine recorded video using front and rear camera from Android device. #382

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Folks,

I have integrated this library for recording and concatenating 2 videos this 
code works fine when i was using 2 videos recorded from rear camera,but when i 
record 1 video with front camera and another with rear camera then another half 
video is rotated by 180 degrees which are recorded suing front camera.  

Please advice me how to resolve this issue. I have tried to rotate frame but i 
did not get success.

Thanks,
Devang

Original issue reported on code.google.com by devang.t...@gmail.com on 14 Nov 2013 at 1:39

GoogleCodeExporter commented 9 years ago
Unless your hardware supports that feature, which is rare AFAIK, we need to 
rotate the image in software manually, as described in issue #376.

Does that solve your issue?

Original comment by samuel.a...@gmail.com on 17 Nov 2013 at 8:18