On Android platform, use MediaCodec to encode camera preview data and decode it to surface after that..
cameraMediaCodec is hosted in the following web site
https://github.com/ridgeback1982/cameraMediaCodec
If you think the Android project cameraMediaCodec listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of cameraMediaCodec.
Item | Value |
---|---|
Java File Count | 15 |
Minimum SDK Version | 16 |
Activity Count | 1 |
Required Permissions | android.permission.CAMERA android.permission.MOUNT_UNMOUNT_FILESYSTEMS android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
The license information of cameraMediaCodec is as follows:
Copyright (c) 2014, Zhang Ziyue All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * ...