使用 Android MediaRecorder 录制带有叠加层的相机预览
我们需要一些关于“如何与覆盖图像一起录制视频?”的帮助。
这是布局文件:
<RelativeLayout
......
......
>
<SurfaceView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/Preview"
/>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/TemplateFrame"
android:background="@drawable/template04"
>
<DigitalClock
android:id="@+id/digitalClock"
android:layout_width="wrap_content"
android:text="DigitalClock"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="5dp"
>
</DigitalClock>
</RelativeLayout>
<RelativeLayout
......
......
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:background="@drawable/capture_button"
android:id="@+id/btnCapture"
/>
</RelativeLayout>
</RelativeLayout>
在哪里,
"@drawable/template04" is a transparent PNG file.
请告诉我们您的意见。
问候
We need some help on "How to record video along with the overlay image?"
Here is the layout file:
<RelativeLayout
......
......
>
<SurfaceView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/Preview"
/>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/TemplateFrame"
android:background="@drawable/template04"
>
<DigitalClock
android:id="@+id/digitalClock"
android:layout_width="wrap_content"
android:text="DigitalClock"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="5dp"
>
</DigitalClock>
</RelativeLayout>
<RelativeLayout
......
......
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:background="@drawable/capture_button"
android:id="@+id/btnCapture"
/>
</RelativeLayout>
</RelativeLayout>
WHERE,
"@drawable/template04" is a transparent PNG file.
Please let us know your views.
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论