Android hardware.camera 和 MediaRecorder
如何同时从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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 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