- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using the android client libraries (version 1.5) and the local stream is rotated 90 degrees towards the right.
The stream appears normal in the landscape layout but appears rotated in the portrait mode.
Also, the stream is actually inverted in the samples.
For example, my left hand appears on the right and my right hand on the left.
Is this a bug or am i doing something wrong.
Vinay
- Tags:
- HTML5
- JavaScript*
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think this issue has been solved!
There is API setDisplayOrientation in MediaStreamParameter to rotate degree(0, 90, 180, 270) like:
MediaStreamParameters msp = new MediaStreamParameters(true, true);
msp. setDisplayOrientation(90);
localStream = new Stream(msp);

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page