// Create our Preview view and set it as the content of our// activity.preview = new CameraPreview(this); setContentView(preview); histogram = new HistogramView(this); ViewGroup parent = (ViewGroup) preview.getParent(); parent.addView(histogram); preview.setHistogramView(histogram); button = new ImageButton(this);
2020年2月17日 星期一
CameraPreview
2020年2月11日 星期二
2020年2月10日 星期一
訂閱:
意見 (Atom)
-
https://timeline.google.com/maps/ 輕鬆綁定台灣Pay 額度放大 優惠加倍 ...
-
// Create our Preview view and set it as the content of our // activity. preview = new CameraPreview( this ); setContentView( preview...

