|
|
@ -358,7 +358,7 @@ class TeleVuer: |
|
|
# Note that these two masks are associated with left eye’s camera and the right eye’s camera. |
|
|
# Note that these two masks are associated with left eye’s camera and the right eye’s camera. |
|
|
layers=1, |
|
|
layers=1, |
|
|
format="jpeg", |
|
|
format="jpeg", |
|
|
quality=80, |
|
|
|
|
|
|
|
|
quality=50, |
|
|
key="background-left", |
|
|
key="background-left", |
|
|
interpolate=True, |
|
|
interpolate=True, |
|
|
), |
|
|
), |
|
|
@ -369,7 +369,7 @@ class TeleVuer: |
|
|
distanceToCamera=1, |
|
|
distanceToCamera=1, |
|
|
layers=2, |
|
|
layers=2, |
|
|
format="jpeg", |
|
|
format="jpeg", |
|
|
quality=80, |
|
|
|
|
|
|
|
|
quality=50, |
|
|
key="background-right", |
|
|
key="background-right", |
|
|
interpolate=True, |
|
|
interpolate=True, |
|
|
), |
|
|
), |
|
|
@ -410,7 +410,7 @@ class TeleVuer: |
|
|
height=1, |
|
|
height=1, |
|
|
distanceToCamera=1, |
|
|
distanceToCamera=1, |
|
|
format="jpeg", |
|
|
format="jpeg", |
|
|
quality=80, |
|
|
|
|
|
|
|
|
quality=50, |
|
|
key="background-mono", |
|
|
key="background-mono", |
|
|
interpolate=True, |
|
|
interpolate=True, |
|
|
), |
|
|
), |
|
|
@ -527,7 +527,7 @@ class TeleVuer: |
|
|
# Note that these two masks are associated with left eye’s camera and the right eye’s camera. |
|
|
# Note that these two masks are associated with left eye’s camera and the right eye’s camera. |
|
|
layers=1, |
|
|
layers=1, |
|
|
format="jpeg", |
|
|
format="jpeg", |
|
|
quality=80, |
|
|
|
|
|
|
|
|
quality=50, |
|
|
key="background-left", |
|
|
key="background-left", |
|
|
interpolate=True, |
|
|
interpolate=True, |
|
|
), |
|
|
), |
|
|
@ -538,7 +538,7 @@ class TeleVuer: |
|
|
distanceToCamera=2, |
|
|
distanceToCamera=2, |
|
|
layers=2, |
|
|
layers=2, |
|
|
format="jpeg", |
|
|
format="jpeg", |
|
|
quality=80, |
|
|
|
|
|
|
|
|
quality=50, |
|
|
key="background-right", |
|
|
key="background-right", |
|
|
interpolate=True, |
|
|
interpolate=True, |
|
|
), |
|
|
), |
|
|
@ -579,7 +579,7 @@ class TeleVuer: |
|
|
height=0.75, |
|
|
height=0.75, |
|
|
distanceToCamera=2, |
|
|
distanceToCamera=2, |
|
|
format="jpeg", |
|
|
format="jpeg", |
|
|
quality=80, |
|
|
|
|
|
|
|
|
quality=50, |
|
|
key="background-mono", |
|
|
key="background-mono", |
|
|
interpolate=True, |
|
|
interpolate=True, |
|
|
), |
|
|
), |
|
|
|