Example for dummy surface view
摘要:
//Here is the example for dummy surface view.public void takePictureNoPreview(Context context) { // open back facing camera by default Camera myCamera=Camera.open(); if(myCamera!=null) { try { //set camera parameters if you want to //... // here, the ... 阅读全文
posted @ 2012-09-07 07:58 圣光 阅读(560) 评论(0) 推荐(0)
浙公网安备 33010602011771号