.. | .. |
---|
79 | 79 | <!-- Each camcorder profile defines a set of predefined configuration parameters --> |
---|
80 | 80 | <!-- Back Camera --> |
---|
81 | 81 | <!-- Front Camera --> |
---|
| 82 | + <!-- External Camera --> |
---|
82 | 83 | <CamcorderProfiles cameraId="0" > |
---|
| 84 | + <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> |
---|
| 85 | + <Video codec="h264" |
---|
| 86 | + bitRate="1500000" |
---|
| 87 | + width="1280" |
---|
| 88 | + height="720" |
---|
| 89 | + frameRate="30" /> |
---|
| 90 | + |
---|
| 91 | + <Audio codec="aac" |
---|
| 92 | + bitRate="12200" |
---|
| 93 | + sampleRate="8000" |
---|
| 94 | + channels="1" /> |
---|
| 95 | + </EncoderProfile> |
---|
| 96 | + <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30"> |
---|
| 97 | + <Video codec="h264" |
---|
| 98 | + bitRate="1500000" |
---|
| 99 | + width="1280" |
---|
| 100 | + height="720" |
---|
| 101 | + frameRate="30" /> |
---|
| 102 | + |
---|
| 103 | + <Audio codec="aac" |
---|
| 104 | + bitRate="12200" |
---|
| 105 | + sampleRate="8000" |
---|
| 106 | + channels="1" /> |
---|
| 107 | + </EncoderProfile> |
---|
| 108 | + |
---|
83 | 109 | <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> |
---|
84 | 110 | <Video codec="h264" |
---|
85 | 111 | bitRate="1500000" |
---|
.. | .. |
---|
148 | 174 | |
---|
149 | 175 | </CamcorderProfiles> |
---|
150 | 176 | |
---|
| 177 | + <CamcorderProfiles cameraId="2" > |
---|
| 178 | + <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> |
---|
| 179 | + <Video codec="h264" |
---|
| 180 | + bitRate="1500000" |
---|
| 181 | + width="1280" |
---|
| 182 | + height="720" |
---|
| 183 | + frameRate="30" /> |
---|
| 184 | + |
---|
| 185 | + <Audio codec="aac" |
---|
| 186 | + bitRate="12200" |
---|
| 187 | + sampleRate="8000" |
---|
| 188 | + channels="1" /> |
---|
| 189 | + </EncoderProfile> |
---|
| 190 | + <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30"> |
---|
| 191 | + <Video codec="h264" |
---|
| 192 | + bitRate="1500000" |
---|
| 193 | + width="1280" |
---|
| 194 | + height="720" |
---|
| 195 | + frameRate="30" /> |
---|
| 196 | + |
---|
| 197 | + <Audio codec="aac" |
---|
| 198 | + bitRate="12200" |
---|
| 199 | + sampleRate="8000" |
---|
| 200 | + channels="1" /> |
---|
| 201 | + </EncoderProfile> |
---|
| 202 | + |
---|
| 203 | + <ImageEncoding quality="90" /> |
---|
| 204 | + <ImageEncoding quality="80" /> |
---|
| 205 | + <ImageEncoding quality="70" /> |
---|
| 206 | + <ImageDecoding memCap="20000000" /> |
---|
| 207 | + </CamcorderProfiles> |
---|
| 208 | + |
---|
151 | 209 | <EncoderOutputFileFormat name="mp4" /> |
---|
152 | 210 | |
---|
153 | 211 | <!-- |
---|