Android hardware.camera 和 MediaRecorder

发布于 2024-11-27 05:24:44 字数 83 浏览 1 评论 0原文

如何同时从Android设备录制两个不同质量(大小)的视频?一个录制的视频想要保存在SD卡上,另一个录制的视频需要字节流来处理其他一些事情。怎么可能呢?

How record two different quality(size) video from android device at the same time? One recorded video want to save sd card and another one is need in byte stream want to proccess some another things. How it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凤舞天涯 2024-12-04 05:24:44

使用 MediaRecorder,您没有机会以字节流形式获取视频,您只能定义一个输出文件和 da View 来显示录制内容。但您可以同时读取输出文件。

请在此处查找截图

With the MediaRecorder you have no chance to get the Video as bytestream, you can only define a outputfile and da View to display the recording. But you can read in the outputfile simultaneously.

Look here for a Snipped

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文