問題描述
伙計們,我正在開發相機應用程序,這是我的第一個 android 應用程序.
Guys i am developing Camera Application and this is my first android Application.
下面我正在為我想要的添加我的應用屏幕截圖.
below i am Adding My App Screenshot for what i want.
第一個視圖:
在這里,單擊右上角的過濾器圖標后,我想要一個下面的視圖.
Here , after Clicking on a Top-Right Corner Filter icon i want a below View.
第二個視圖:
我不知道如何才能獲得這種類型的視圖.還有我如何將這種類型的視圖設計成 XML 部分.
i don't know how can i get this type of a view. also how can i design this type of view into XML parts.
我閱讀了更多文章,例如如何在單個屏幕上打開多個表面視圖預覽,但我沒有得到任何非常感謝的解決方案.
and i read more articles like how to Open a Multiple Surface-view Preview onto single screen but i did not get any much appreciate solution.
最后在選擇任何過濾器預覽后,我想要一個上面的圖像類型視圖.
and Finally after selecting any of the Filter Preview i want a above Image type View.
表示選定濾鏡的預覽應用于相機 [Surfaceview 預覽].請提供任何類型的材料鏈接example.etc
means Selected Filter's is Preview apply onto Camera [Surfaceview Preview]. Please provide any type of Material link example.etc
各位,請幫助我.任何類型的幫助將不勝感激..):
guys please help me.any type of help will be appreciated..):
提前致謝
推薦答案
所有這些操作都可以使用 OpenCV 執行.下載他們的基本 Android 示例,您可以將邏輯添加到 onCameraFrame()
回調.
All these manipulations can be performed with OpenCV. Download their basic Android example, and you can add your logic to onCameraFrame()
callback.
這篇關于如何在相機中應用自定義濾鏡 [Surfaceview 預覽]...?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!