RokidGlass / glass2-docs

Documentation for RokidGlass 2 Project
https://rokidglass.github.io/glass2-docs/
20 stars 4 forks source link

录像设置MediaStore.EXTRA_DURATION_LIMIT无效 #123

Open LimboG opened 3 years ago

jerrywjj commented 3 years ago

请把相关代码贴一下。

LimboG commented 3 years ago

就正常的MediaStore.VIDEO_CAPTURE

lanyuqingri commented 3 years ago

建议录像使用MediaRecorder 或者MediaCodec录制,MediaRecorder有setMaxDuration 方法可以满足您这边限制时长的需求,眼镜中默认系统的录像功能内部有屏蔽,内部需要评估下是否需要支持原生Android 通过Intent方式录像的功能。