Gent

Results 4 comments of Gent

I just comment that line, and it works like a charm! `//[(UIView*)[_navigationController.toolbar.subviews objectAtIndex:0] setAlpha:0.75f]; // URGH - I know! `

Thank you @mejonzhan for these changes. Every event can be handled now ;) .

Hello @btalberg, - I just replaced the condition. Now it works perfect now. Thank you.

Explore "libstreaming" library then go to: 1. VideoStream.java class 2. Find createCamera() method, replace "mCamera.setDisplayOrientation(mOrientation);" with mCamera.setDisplayOrientation(90); 3. Find updateCamera(), replace "mCamera.setDisplayOrientation(mOrientation);" with "mCamera.setDisplayOrientation(90);"