使用 Android MediaRecorder 录制带有叠加层的相机预览

发布于 2024-11-16 10:29:40 字数 1522 浏览 2 评论 0原文

我们需要一些关于“如何与覆盖图像一起录制视频?”的帮助。

这是布局文件:

<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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文