omarflamingo / idoubs

Automatically exported from code.google.com/p/idoubs
0 stars 0 forks source link

When switching front facing cam to rear facing cam, video on receiving side is upside down #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Switching front facing cam to rear facing cam during 2-way video
2.
3.

What is the expected output? What do you see instead?
expected output:
both ends see video in correct orientation
Actual output:
on receiving side, video shows upside down after the switching at step 1

What version of the product are you using? On what operating system?
iPad2/iPhone4
iOS. 4.1+

Please provide any additional information below.
This is a fix in compile time (not in run time tho) provided by Mamadou

You can fix the upside down issue by enabling image flip (as done under 
Windows). 
For encoding (could be set in xcode settings): 
#define FLIP_ENCODED_PICT=1
for decoding (could be set in xcode settings):
#define FLIP_DECODED_PICT=1

Original issue reported on code.google.com by android...@gmail.com on 11 Apr 2011 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 13 Apr 2011 at 7:35

GoogleCodeExporter commented 9 years ago
Fixed in iDoubs v2.x.
For more information on how to build iDoubs v2.x: 
http://code.google.com/p/idoubs/wiki/Building_iDoubs_v2_x

Original comment by boss...@yahoo.fr on 4 Jun 2011 at 6:17