android virtual camera
At the moment when I typed the title, I was a little excited. After all, the virtual camera has been working for several...
android recycleView can also be used to display four videos
Recently, the company made a project, which requires that four-way video can be displayed. It would be very troublesome ...
How to realize seamless bitstream cutting in Android
Mode 1:
1. Generally, it is a switching mode. For example...
Chapter 58. Photo function realization (learn Android from scratch)
Come from: http://blog.csdn.net/jianghuiquan/article/details/8569187 Android has two ways to take photos: one is to cal...
Android horizontal and vertical screen switch stuck problem
Today, an android system is stuck when switching between horizontal and vertical screens. It can only turn around in abo...
Android uses camera to realize the problem of staying in the preview interface after taking photos
camera realizes the code of taking photos: /** * Start taking photos */ public void startCapture() { if (null != camera) { camera.takePicture(null, n...
Android - Custom external shadow, internal transparent canvas mask layout
Explain: A simple requirement, the external shadow, the internal layout is transparent, and the camera is opened at the bottom (here only the layout ...
android Camera camera class
Several process methods related to Camera class Camera.open(cameraId) camera.setDisplayOrientation(0) set camera horizontal direction Mgamera.setprevi...