Skip to content

Commit 935d7c5

Browse files
committed
p920: Fix 3D camcordering
1 parent 23f613a commit 935d7c5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configs/TICameraCameraProperties.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<prop-focal-length>4.76</prop-focal-length>
8989
<prop-horizontal-angle>60.4</prop-horizontal-angle>
9090
<prop-vertical-angle>48.2</prop-vertical-angle>
91-
<prop-orientation>180</prop-orientation>
91+
<prop-orientation>270</prop-orientation>
9292
<prop-facing>front</prop-facing>
9393
<prop-s3d-supported>false</prop-s3d-supported>
9494
<prop-s3d-frame-layout>0</prop-s3d-frame-layout>
@@ -123,7 +123,7 @@
123123
<prop-auto-convergence>0</prop-auto-convergence>
124124
<prop-manual-convergence-values>0</prop-manual-convergence-values>
125125
<prop-vstab-values>0,1</prop-vstab-values>
126-
<prop-sensor-orientation>180</prop-sensor-orientation>
126+
<prop-sensor-orientation>270</prop-sensor-orientation>
127127
<prop-sensor-orientation-values>0,90,180,270</prop-sensor-orientation-values>
128128
<prop-preview-size-default>360x480</prop-preview-size-default>
129129
<prop-zoom-default>0</prop-zoom-default>
@@ -165,7 +165,7 @@
165165
<prop-orientation>90</prop-orientation>
166166
<prop-facing>back</prop-facing>
167167
<prop-s3d-supported>true</prop-s3d-supported>
168-
<prop-s3d-frame-layout>ss_full</prop-s3d-frame-layout>
168+
<prop-s3d-frame-layout>ss_subsampled</prop-s3d-frame-layout>
169169
<prop-s3d-frame-layout-values>tb_full,ss_full,tb_subsampled,ss_subsampled</prop-s3d-frame-layout-values>
170170
<prop-focal-length>4.76</prop-focal-length>
171171
<prop-horizontal-angle>60.4</prop-horizontal-angle>
@@ -197,7 +197,7 @@
197197
<prop-s3d-image-format>ss_full</prop-s3d-image-format>
198198
<prop-s3d-image-format-values>tb_full,ss_full,tb_subsampled,ss_subsampled</prop-s3d-image-format-values>
199199
<prop-auto-convergence-mode>mode-disable,mode-frame,mode-center,mode-fft,mode-manual</prop-auto-convergence-mode>
200-
<prop-auto-convergence>auto-convergence</prop-auto-convergence>
200+
<prop-auto-convergence>mode-frame</prop-auto-convergence>
201201
<prop-manual-convergence-values>-100,-50,-30,-25,0,25,50,100</prop-manual-convergence-values>
202202
<prop-vstab-values>0,1</prop-vstab-values>
203203
<prop-sensor-orientation>270</prop-sensor-orientation>
@@ -214,7 +214,7 @@
214214
<prop-effect-default>none</prop-effect-default>
215215
<prop-antibanding-default>50hz</prop-antibanding-default>
216216
<prop-exposure-mode-default>auto</prop-exposure-mode-default>
217-
<prop-ipp-default>ldc-nsf</prop-ipp-default>
217+
<prop-ipp-default>off<prop-ipp-default>
218218
<prop-ev-compensation-default>0</prop-ev-compensation-default>
219219
<prop-iso-mode-default>auto</prop-iso-mode-default>
220220
<prop-focus-mode-default>auto</prop-focus-mode-default>

media_profiles.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
</CamcorderProfiles>
168168
<CamcorderProfiles cameraId="2">
169169

170-
<EncoderProfile quality="hd" fileFormat="mp4" duration="30">
170+
<!--EncoderProfile quality="hd" fileFormat="mp4" duration="30">
171171
<Video codec="h264"
172172
bitRate="12000000"
173173
width="1920"
@@ -178,9 +178,9 @@
178178
bitRate="128000"
179179
sampleRate="44100"
180180
channels="1" />
181-
</EncoderProfile>
181+
</EncoderProfile-->
182182

183-
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
183+
<EncoderProfile quality="high" fileFormat="3gp" duration="30">
184184
<Video codec="h264"
185185
bitRate="6000000"
186186
width="1280"
@@ -196,8 +196,8 @@
196196
<EncoderProfile quality="low" fileFormat="3gp" duration="30">
197197
<Video codec="h264"
198198
bitRate="128000"
199-
width="176"
200-
height="144"
199+
width="640"
200+
height="480"
201201
frameRate="15" />
202202

203203
<Audio codec="amrnb"

0 commit comments

Comments
 (0)