自定义默认 Android 相机预览屏幕?

Customize the default Android Camera preview screen?

我正在开发一个主要基于设备摄像头的 Android 应用程序。我可以启动和使用 Camera Intent,但我想知道是否可以自定义此相机屏幕。我的意思是,目前,相机预览屏幕显示相机的所有设置,我希望能够隐藏它们。如果可能的话,我还想在此屏幕上添加新按钮,这样我就可以启动弹出窗口或向用户显示消息。是否有可能或者我应该尝试使用处理该问题的外部库?

基本上,我想要一个看起来像 Snapchat Android 应用程序中的相机屏幕。

谢谢!

I would like to know if there is a way to customize this camera screen

没有。毕竟,您可以启动数百种可能的应用程序,其中 none 必须提供任何类型的 API 来实现您想要的控制。

I would like to have a camera screen which would look like the one from the Snapchat Android app.

然后直接使用相机 APIs(例如,android.hardware.Camera)并编写您自己的相机应用程序。