Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manishpathak99/yuv-to-rgb-in-android-ndk
This Android project is used to convert camera YUV byte data in to RGB data (can be used in augmented reality) in android NDK.
https://github.com/manishpathak99/yuv-to-rgb-in-android-ndk
Last synced: 3 months ago
JSON representation
This Android project is used to convert camera YUV byte data in to RGB data (can be used in augmented reality) in android NDK.
- Host: GitHub
- URL: https://github.com/manishpathak99/yuv-to-rgb-in-android-ndk
- Owner: manishpathak99
- Created: 2013-02-19T07:43:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-20T11:58:31.000Z (almost 12 years ago)
- Last Synced: 2024-04-16T12:01:09.822Z (9 months ago)
- Language: Java
- Size: 529 KB
- Stars: 31
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YUV-to-RGB-in-Android-NDK
=========================This Android project is used to convert camera YUV byte data in to RGB data (can be used in augmented reality) in android NDK.
License
=========================
Copyright (c) 2013 Manish PathakLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.