I am given a task in my company which is developing an application of field support service application.app is developed by modifying CSipsimple. the app works fine with google glasses. i want to implement it on phone instead of google glasses. I am new in android development. In CSipsimple the default camera is set to front camera when i tried to forcefully allocate the front camera in camera allocation method like camera = cameraUtils.opencamera(0); in videocapturedeviceinfo class.
By doing this the camera streaming on the other device is showing rotated 180 . i tried to rotate it from difference method but is not working/. I think the render view of streaming is in native code and i am not familiar with it. can someone help me. NOTE : The app works fine in phone with no front camera. also works fine in google glasses but in mobile phone, it works only with front camera. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/2d1e1121-627e-409b-afad-2af1301ce75c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

