20251211给飞凌OK3588-C开发板跑飞凌Android14时让OV5645摄像头以1080p录像

rootroot@rootroot-X99-Turbo:~/14TB/OK3588-C cd OK3588-android14-source/ rootroot@rootroot-X99-Turbo:\~/14TB/OK3588-C/OK3588-android14-source ll
rootroot@rootroot-X99-Turbo:~/14TB/OK3588-C/OK3588-android14-source source build/envsetup.sh rootroot@rootroot-X99-Turbo:\~/14TB/OK3588-C/OK3588-android14-source lunch
6. ok3588_c-userdebug

Which would you like? [aosp_arm-eng]
Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-eng): 6
rootroot@rootroot-X99-Turbo:~/14TB/OK3588-C/OK3588-android14-source make installclean rootroot@rootroot-X99-Turbo:\~/14TB/OK3588-C/OK3588-android14-source ./build.sh -Aup

20251211给飞凌OK3588-C开发板跑飞凌Android14时让OV5645摄像头以1080p录像

2025/12/11 17:39

缘起:飞凌OK3588-C开发板跑飞凌Android14时,搭载的OV5645摄像头只能以480p录像!

我们需要榨干它的潜能!^_

现在需要让它支持720p/1080p,那就修改Android层的XML配置文件了!

如果是摄像头ov13855,就可以使用720p/1080p/4K了。

不过本文以ov5645的1080p分辨率为主!

1、

可以将这个文件重命名 media_profiles_V1_0.xml后放到板端/vendor/etc 重启验证修改,这个是在rk3588 验证的配置1080p

4.24.1 跟录像相关的文件?

板子上位置:/vendor/etc/media_profiles_V1_0.xml

SDK位置:sdk/device/rockchip/rkxxxx/media profiles default.xml

4.24.2 如何修改录像分辨率?

默认录像配置最高分辨率为480P,如想修改,先确认Camera 是否支持更高分辨率,如果支持,可以尝试修改对应的分辨率。

Z:\14TB\RD-RK3588\RK3576_Android14.0_SDK_RELEASE\device\rockchip\rk3588\rk3588_u\media_profiles_default.xml

Z:\14TB\OK3588-C\OK3588-android14-source\device\rockchip\rk3588\ok3588_c\media_profiles_default.xml

2、

rootroot@rootroot-X99-Turbo:~/14TB/OK3588-C$ cd OK3588-android14-source/

rootroot@rootroot-X99-Turbo:~/14TB/OK3588-C/OK3588-android14-source$ ll

total 172

drwxr-xr-x 37 rootroot rootroot 4096 12月 9 18:21 ./

drwxrwxr-x 4 rootroot rootroot 4096 12月 9 11:35 ../

lrwxrwxrwx 1 rootroot rootroot 19 7月 10 11:39 Android.bp -> build/soong/root.bp

drwxr-xr-x 37 rootroot rootroot 4096 7月 10 11:39 art/

drwxr-xr-x 14 rootroot rootroot 4096 7月 10 11:40 bionic/

drwxr-xr-x 4 rootroot rootroot 4096 7月 10 11:40 bootable/

lrwxrwxrwx 1 rootroot rootroot 26 7月 10 11:40 bootstrap.bash -> build/soong/bootstrap.bash*

drwxr-xr-x 9 rootroot rootroot 4096 7月 10 11:40 build/

lrwxrwxrwx 1 rootroot rootroot 23 7月 10 11:39 BUILD -> build/bazel/bazel.BUILD

lrwxrwxrwx 1 rootroot rootroot 46 7月 10 11:40 build.sh -> device/rockchip/common/build/rockchip/build.sh*

lrwxrwxrwx 1 rootroot rootroot 33 7月 10 11:39 .classpath -> device/rockchip/common/.classpath*

-rw-r--r-- 1 rootroot rootroot 2061 7月 10 11:58 commit_id.txt

lrwxrwxrwx 1 rootroot rootroot 46 7月 10 11:39 Copyright_Statement.pdf -> device/rockchip/common/Copyright_Statement.pdf*

drwxr-xr-x 13 rootroot rootroot 4096 7月 10 11:40 cts/

drwxr-xr-x 7 rootroot rootroot 4096 7月 10 11:40 dalvik/

drwxr-xr-x 5 rootroot rootroot 4096 7月 10 11:40 developers/

drwxr-xr-x 22 rootroot rootroot 4096 7月 10 11:40 development/

drwxr-xr-x 5 rootroot rootroot 4096 7月 10 11:40 device/

drwxr-xr-x 412 rootroot rootroot 12288 7月 10 11:43 external/

drwxr-xr-x 16 rootroot rootroot 4096 7月 10 11:43 frameworks/

-rwxr-xr-x 1 rootroot rootroot 752 7月 10 11:43 generate-commit_id.sh*

drwxr-xr-x 20 rootroot rootroot 4096 7月 10 11:43 hardware/

drwxrwxr-x 4 rootroot rootroot 4096 12月 10 09:50 IMAGE/

lrwxrwxrwx 1 rootroot rootroot 33 7月 10 11:43 javaenv.sh -> device/rockchip/common/javaenv.sh

drwxr-xr-x 5 rootroot rootroot 4096 7月 10 11:43 kernel/

drwxr-xr-x 27 rootroot rootroot 4096 12月 9 14:25 kernel-6.1/

drwxr-xr-x 20 rootroot rootroot 4096 7月 10 11:44 libcore/

drwxr-xr-x 9 rootroot rootroot 4096 7月 10 11:44 libnativehelper/

-rwxr-xr-x 1 rootroot rootroot 3138 7月 10 11:44 md5sum.txt*

drwxr-xr-x 9 rootroot rootroot 4096 7月 10 11:44 mkcombinedroot/

lrwxrwxrwx 1 rootroot rootroot 36 7月 10 11:44 mkimage_ab.sh -> device/rockchip/common/mkimage_ab.sh*

lrwxrwxrwx 1 rootroot rootroot 33 7月 10 11:44 mkimage.sh -> device/rockchip/common/mkimage.sh*

drwxrwxr-x 14 rootroot rootroot 4096 12月 10 09:50 out/

drwxr-xr-x 9 rootroot rootroot 4096 7月 10 11:44 packages/

drwxr-xr-x 5 rootroot rootroot 4096 7月 10 11:44 pdk/

drwxr-xr-x 10 rootroot rootroot 4096 7月 10 11:44 platform_testing/

drwxr-xr-x 32 rootroot rootroot 4096 7月 10 11:56 prebuilts/

-rwxr-xr-x 1 rootroot rootroot 519 7月 10 11:57 restore_patches.sh*

drwxr-xr-x 9 rootroot rootroot 4096 7月 10 12:00 rkbin/

drwxr-xr-x 4 rootroot rootroot 4096 7月 10 11:39 RKDocs/

drwxr-xr-x 4 rootroot rootroot 4096 7月 10 11:57 rkst/

drwxr-xr-x 5 rootroot rootroot 4096 7月 10 11:39 RKTools/

drwxrwxr-x 4 rootroot rootroot 4096 12月 10 09:59 rockdev/

drwxr-xr-x 20 rootroot rootroot 4096 7月 10 11:57 sdk/

drwxr-xr-x 47 rootroot rootroot 4096 7月 10 11:57 system/

drwxr-xr-x 12 rootroot rootroot 4096 7月 10 11:57 test/

drwxr-xr-x 4 rootroot rootroot 4096 7月 10 11:57 toolchain/

drwxr-xr-x 25 rootroot rootroot 4096 7月 10 11:57 tools/

drwxr-xr-x 4 rootroot rootroot 4096 12月 10 09:34 u-boot/

drwxr-xr-x 4 rootroot rootroot 4096 7月 10 11:57 vendor/

lrwxrwxrwx 1 rootroot rootroot 27 7月 10 11:39 WORKSPACE -> build/bazel/bazel.WORKSPACE
rootroot@rootroot-X99-Turbo:~/14TB/OK3588-C/OK3588-android14-source source build/envsetup.sh rootroot@rootroot-X99-Turbo:\~/14TB/OK3588-C/OK3588-android14-source lunch

You're building on Linux

Lunch menu .. Here are the common combinations:

  1. aosp_arm-eng

  2. aosp_arm64-eng

  3. aosp_x86-eng

  4. aosp_x86_64-eng

  5. ok3588_c-user

  6. ok3588_c-userdebug

Which would you like? [aosp_arm-eng]
Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-eng): 6

Hint: next time you can simply run 'lunch ok3588_c-userdebug'

============================================

PLATFORM_VERSION_CODENAME=REL

PLATFORM_VERSION=14

PRODUCT_INCLUDE_TAGS=com.android.mainline

TARGET_PRODUCT=ok3588_c

TARGET_BUILD_VARIANT=userdebug

TARGET_ARCH=arm64

TARGET_ARCH_VARIANT=armv8-a

TARGET_CPU_VARIANT=generic

TARGET_2ND_ARCH=arm

TARGET_2ND_ARCH_VARIANT=armv8-a

TARGET_2ND_CPU_VARIANT=generic

HOST_OS=linux

HOST_OS_EXTRA=Linux-5.15.0-131-generic-x86_64-Ubuntu-20.04.6-LTS

HOST_CROSS_OS=windows

BUILD_ID=UQ1A.240205.004.B1

OUT_DIR=out

============================================

rootroot@rootroot-X99-Turbo:~/14TB/OK3588-C/OK3588-android14-source rootroot@rootroot-X99-Turbo:\~/14TB/OK3588-C/OK3588-android14-source make installclean

============================================

PLATFORM_VERSION_CODENAME=REL

PLATFORM_VERSION=14

PRODUCT_INCLUDE_TAGS=com.android.mainline

TARGET_PRODUCT=ok3588_c

TARGET_BUILD_VARIANT=userdebug

TARGET_ARCH=arm64

TARGET_ARCH_VARIANT=armv8-a

TARGET_CPU_VARIANT=generic

TARGET_2ND_ARCH=arm

TARGET_2ND_ARCH_VARIANT=armv8-a

TARGET_2ND_CPU_VARIANT=generic

HOST_OS=linux

HOST_OS_EXTRA=Linux-5.15.0-131-generic-x86_64-Ubuntu-20.04.6-LTS

HOST_CROSS_OS=windows

BUILD_ID=UQ1A.240205.004.B1

OUT_DIR=out

============================================

18:25:29 Entire data directory removed.

18:26:24 Deleted images and staging directories.

build completed successfully (58 seconds)

rootroot@rootroot-X99-Turbo:~/14TB/OK3588-C/OK3588-android14-source rootroot@rootroot-X99-Turbo:\~/14TB/OK3588-C/OK3588-android14-source ./build.sh -Aup

参考资料:

https://blog.csdn.net/wb4916/article/details/144540970?spm=1011.2415.3001.5331

20241217让荣品的PRO-RK3566开发板在Android13下使得GC2093摄像头使用1080p分辨率录像

Z:\14TB\OK3588-C\OK3588-android14-source\device\rockchip\rk3588\ok3588_c\media_profiles_default.xml

<?xml version="1.0" encoding="utf-8"?>

<!-- Copyright (C) 2010 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

-->

<!DOCTYPE MediaSettings [

<!ELEMENT MediaSettings (CamcorderProfiles,

EncoderOutputFileFormat+,

VideoEncoderCap+,

AudioEncoderCap+,

VideoDecoderCap,

AudioDecoderCap)>

<!ELEMENT CamcorderProfiles (EncoderProfile+, ImageEncoding+, ImageDecoding, Camera)>

<!ELEMENT EncoderProfile (Video, Audio)>

<!ATTLIST EncoderProfile quality (high|low) #REQUIRED>

<!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED>

<!ATTLIST EncoderProfile duration (30|60) #REQUIRED>

<!ATTLIST EncoderProfile cameraId (0|1) #REQUIRED>

<!ELEMENT Video EMPTY>

<!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>

<!ATTLIST Video bitRate CDATA #REQUIRED>

<!ATTLIST Video width CDATA #REQUIRED>

<!ATTLIST Video height CDATA #REQUIRED>

<!ATTLIST Video frameRate CDATA #REQUIRED>

<!ELEMENT Audio EMPTY>

<!ATTLIST Audio codec (amrnb|amrwb|aac) #REQUIRED>

<!ATTLIST Audio bitRate CDATA #REQUIRED>

<!ATTLIST Audio sampleRate CDATA #REQUIRED>

<!ATTLIST Audio channels (1|2) #REQUIRED>

<!ELEMENT ImageEncoding EMPTY>

<!ATTLIST ImageEncoding quality (90|80|70|60|50|40) #REQUIRED>

<!ELEMENT ImageDecoding EMPTY>

<!ATTLIST ImageDecoding memCap CDATA #REQUIRED>

<!ELEMENT Camera EMPTY>

<!ELEMENT EncoderOutputFileFormat EMPTY>

<!ATTLIST EncoderOutputFileFormat name (mp4|3gp) #REQUIRED>

<!ELEMENT VideoEncoderCap EMPTY>

<!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>

<!ATTLIST VideoEncoderCap enabled (true|false) #REQUIRED>

<!ATTLIST VideoEncoderCap minBitRate CDATA #REQUIRED>

<!ATTLIST VideoEncoderCap maxBitRate CDATA #REQUIRED>

<!ATTLIST VideoEncoderCap minFrameWidth CDATA #REQUIRED>

<!ATTLIST VideoEncoderCap maxFrameWidth CDATA #REQUIRED>

<!ATTLIST VideoEncoderCap minFrameHeight CDATA #REQUIRED>

<!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED>

<!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED>

<!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED>

<!ELEMENT AudioEncoderCap EMPTY>

<!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma) #REQUIRED>

<!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED>

<!ATTLIST AudioEncoderCap minBitRate CDATA #REQUIRED>

<!ATTLIST AudioEncoderCap maxBitRate CDATA #REQUIRED>

<!ATTLIST AudioEncoderCap minSampleRate CDATA #REQUIRED>

<!ATTLIST AudioEncoderCap maxSampleRate CDATA #REQUIRED>

<!ATTLIST AudioEncoderCap minChannels (1|2) #REQUIRED>

<!ATTLIST AudioEncoderCap maxChannels (1|2) #REQUIRED>

<!ELEMENT VideoDecoderCap EMPTY>

<!ATTLIST VideoDecoderCap name (wmv) #REQUIRED>

<!ATTLIST VideoDecoderCap enabled (true|false) #REQUIRED>

<!ELEMENT AudioDecoderCap EMPTY>

<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>

<!ATTLIST AudioDecoderCap enabled (true|false) #REQUIRED>

<!ELEMENT VideoEditorCap EMPTY>

<!ATTLIST VideoEditorCap maxInputFrameWidth CDATA #REQUIRED>

<!ATTLIST VideoEditorCap maxInputFrameHeight CDATA #REQUIRED>

<!ATTLIST VideoEditorCap maxOutputFrameWidth CDATA #REQUIRED>

<!ATTLIST VideoEditorCap maxOutputFrameHeight CDATA #REQUIRED>

<!ATTLIST VideoEditorCap maxPrefetchYUVFrames CDATA #REQUIRED>

<!ELEMENT ExportVideoProfile EMPTY>

<!ATTLIST ExportVideoProfile name (h264|h263|m4v) #REQUIRED>

<!ATTLIST ExportVideoProfile profile CDATA #REQUIRED>

<!ATTLIST ExportVideoProfile level CDATA #REQUIRED>

]>

<!--

This file is used to declare the multimedia profiles and capabilities

on an android-powered device.

-->

<MediaSettings>

<!-- Each camcorder profile defines a set of predefined configuration parameters -->

<CamcorderProfiles cameraId="0">

<EncoderProfile quality="qcif" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="128000"

width="176"

height="144"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

<EncoderProfile quality="qvga" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="256000"

width="320"

height="240"

frameRate="30" />

<Audio codec="amrnb"

bitRate="12200"

sampleRate="8000"

channels="1" />

</EncoderProfile>

<!--

<EncoderProfile quality="cif" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="352"

height="288"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p and 480p stream, Please fill this element according as

your sensor max resolution for preview(Not Capture resolution) -->

<EncoderProfile quality="480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="640"

height="480"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

<!-- If your sensor driver don't support 480p stream, Please turn off this element -->

<!--

<EncoderProfile quality="480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="720"

height="480"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 480p stream, Please turn off this element -->

<!--

<EncoderProfile quality="480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="800"

height="600"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 576p stream, Please turn off this element -->

<!--

<EncoderProfile quality="576p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="720"

height="576"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p stream, Please turn off this element -->
<EncoderProfile quality="720p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="6000000"
width="1280"
height="720"
frameRate="30" />

<Audio codec="aac"
bitRate="61000"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<!-- If your sensor driver don't support 1080p stream, Please turn off this element -->
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="6000000"
width="1920"
height="1080"
frameRate="30" />

<Audio codec="aac"
bitRate="61000"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<!-- If your sensor driver don't support 2160p stream, Please turn off this element -->
<EncoderProfile quality="2160p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="6000000"
width="3840"
height="2160"
frameRate="30" />

<Audio codec="aac"
bitRate="61000"
sampleRate="44100"
channels="1" />
</EncoderProfile>

<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="192000"

width="176"

height="144"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

<EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="128000"

width="320"

height="240"

frameRate="30" />

<Audio codec="amrnb"

bitRate="12200"

sampleRate="8000"

channels="1" />

</EncoderProfile>

<!--

<EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="352"

height="288"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p and 480p stream, Please fill this element according as

your sensor max resolution for preview(Not Capture resolution) -->

<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="640"

height="480"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

<!-- If your sensor driver don't support 480p stream, Please turn off this element -->

<!--

<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="256000"

width="720"

height="480"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 480p stream, Please turn off this element -->

<!--

<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="256000"

width="800"

height="600"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p and 480p stream, Please fill this element according as

your sensor max resolution for preview(Not Capture resolution) -->

<!--

<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="800"

height="600"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 576p stream, Please fill this element according as

your sensor max resolution for preview(Not Capture resolution) -->

<!--

<EncoderProfile quality="timelapse576p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="720"

height="576"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p stream, Please turn off this element -->

<!--

<EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="1280"

height="720"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 108p stream, Please turn off this element -->

<ImageEncoding quality="90" />

<ImageEncoding quality="80" />

<ImageEncoding quality="70" />

<ImageDecoding memCap="20000000" />

</CamcorderProfiles>

<CamcorderProfiles cameraId="1">

<EncoderProfile quality="qcif" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="128000"

width="176"

height="144"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

<EncoderProfile quality="qvga" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="256000"

width="320"

height="240"

frameRate="30" />

<Audio codec="amrnb"

bitRate="12200"

sampleRate="8000"

channels="1" />

</EncoderProfile>

<!--

<EncoderProfile quality="cif" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="352"

height="288"

frameRate="30" />

<Audio codec="aac"

bitRate="96000"

sampleRate="48000"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p and 480p stream, Please fill this element according as

your sensor max resolution for preview(Not Capture resolution) -->

<EncoderProfile quality="480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="640"

height="480"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

<!-- If your sensor driver don't support 480p stream, Please turn on this element -->

<!--

<EncoderProfile quality="480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="720"

height="480"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 480p stream, Please turn off this element -->

<!--

<EncoderProfile quality="480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="800"

height="600"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p stream, Please turn off this element -->
<EncoderProfile quality="720p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="6000000"
width="1280"
height="720"
frameRate="30" />

<Audio codec="aac"
bitRate="61000"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<!-- If your sensor driver don't support 1080p stream, Please turn off this element -->

<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="6000000"
width="1920"
height="1080"
frameRate="30" />

<Audio codec="aac"
bitRate="61000"
sampleRate="44100"
channels="1" />
</EncoderProfile>

<!-- If your sensor driver don't support 2160p stream, Please turn off this element -->
<EncoderProfile quality="2160p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="6000000"
width="3840"
height="2160"
frameRate="30" />

<Audio codec="aac"
bitRate="61000"
sampleRate="44100"
channels="1" />
</EncoderProfile>

<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="192000"

width="176"

height="144"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

<EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="128000"

width="320"

height="240"

frameRate="30" />

<Audio codec="amrnb"

bitRate="12200"

sampleRate="8000"

channels="1" />

</EncoderProfile>

<!--

<EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="352"

height="288"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p and 480p stream, Please fill this element according as

your sensor max resolution for preview(Not Capture resolution) -->

<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="640"

height="480"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

<!-- If your sensor driver don't support 480p stream, Please turn on this element -->

<!--

<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="720"

height="480"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p and 480p stream, Please fill this element according as

your sensor max resolution for preview(Not Capture resolution) -->

<!--

<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="1200000"

width="800"

height="600"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 720p stream, Please turn off this element -->

<!--

<EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="1280"

height="720"

frameRate="8" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<!-- If your sensor driver don't support 108p stream, Please turn off this element -->

<!--

<EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30">

<Video codec="h264"

bitRate="3000000"

width="1920"

height="1080"

frameRate="30" />

<Audio codec="aac"

bitRate="61000"

sampleRate="44100"

channels="1" />

</EncoderProfile>

-->

<ImageEncoding quality="90" />

<ImageEncoding quality="80" />

<ImageEncoding quality="70" />

<ImageDecoding memCap="20000000" />

</CamcorderProfiles>

<EncoderOutputFileFormat name="3gp" />

<EncoderOutputFileFormat name="mp4" />

<!--

If a codec is not enabled, it is invisible to the applications

In other words, the applications won't be able to use the codec

or query the capabilities of the codec at all if it is disabled

-->
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="6000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="60" />

<VideoEncoderCap name="h263" enabled="true"

minBitRate="64000" maxBitRate="1000000"

minFrameWidth="176" maxFrameWidth="800"

minFrameHeight="144" maxFrameHeight="480"

minFrameRate="1" maxFrameRate="24" />

<VideoEncoderCap name="m4v" enabled="true"

minBitRate="64000" maxBitRate="2000000"

minFrameWidth="176" maxFrameWidth="800"

minFrameHeight="144" maxFrameHeight="480"

minFrameRate="1" maxFrameRate="24" />

<AudioEncoderCap name="aac" enabled="true"

minBitRate="8192" maxBitRate="96000"

minSampleRate="8000" maxSampleRate="44100"

minChannels="1" maxChannels="1" />

<AudioEncoderCap name="amrwb" enabled="true"

minBitRate="6600" maxBitRate="23050"

minSampleRate="16000" maxSampleRate="16000"

minChannels="1" maxChannels="1" />

<AudioEncoderCap name="amrnb" enabled="true"

minBitRate="5525" maxBitRate="12200"

minSampleRate="8000" maxSampleRate="8000"

minChannels="1" maxChannels="1" />

<!--

FIXME:

We do not check decoder capabilities at present

At present, we only check whether windows media is visible

for TEST applications. For other applications, we do

not perform any checks at all.

-->

<VideoDecoderCap name="wmv" enabled="false"/>

<AudioDecoderCap name="wma" enabled="false"/>

<!--

<VideoEditorCap maxInputFrameWidth="1920"

maxInputFrameHeight="1080" maxOutputFrameWidth="1920"

maxOutputFrameHeight="1080" maxPrefetchYUVFrames="1"/>

-->

<!--

The VideoEditor Export codec profile and level values

correspond to the values in OMX_Video.h.

E.g. for h264, profile value 1 means OMX_VIDEO_AVCProfileBaseline

and level 4096 means OMX_VIDEO_AVCLevel41.

Please note that the values are in decimal.

These values are for video encoder.

-->

<!--

Codec = h.264, Hp-High profile, level 4.1

-->

<!--<ExportVideoProfile name="h264" profile= "4" level="4096"/>-->

<!--

Codec = h.263, Baseline profile, level 0

-->

<!--<ExportVideoProfile name="h263" profile= "1" level="1"/>-->

<!--

Codec = mpeg4, Simple profile, level 3

-->

<!--<ExportVideoProfile name="m4v" profile= "1" level="16"/>-->

</MediaSettings>

相关推荐
EXtreme352 小时前
栈与队列的“跨界”对话:如何用双队列完美模拟栈的LIFO特性?
c语言·数据结构·leetcode·双队列模拟栈·算法思维
翔云 OCR API2 小时前
赋能文档的数字化智能处理:通用文字/文档/合同识别接口
开发语言·人工智能·python·计算机视觉·ocr
tang_shou2 小时前
STM32CubeMx使用STM32F4系列芯片实现串口DMA接收
c语言·arm开发·stm32·单片机·嵌入式硬件·mcu·stm32cubemx
hoiii1872 小时前
MATLAB实现HOG特征提取与SVM行人检测
开发语言·支持向量机·matlab
JIngJaneIL2 小时前
基于Java酒店管理系统(源码+数据库+文档)
java·开发语言·数据库·vue.js·spring boot
南棱笑笑生3 小时前
20251211给飞凌OK3588-C开发板适配Rockchip原厂的Buildroot【linux-6.1】系统时适配adb【type-C0】
linux·c语言·adb·rockchip
ZC·Shou3 小时前
Rust 之二 各组件工具的源码、构建、配置、使用(二)
开发语言·ide·rust·工具·命令·clippy·rustfmt
沐知全栈开发3 小时前
SQLite Limit 子句详解
开发语言
资深web全栈开发3 小时前
Go语言从1.18到1.25版本功能更新详解
开发语言·后端·golang