• Stars
    star
    249
  • Rank 162,987 (Top 4 %)
  • Language
    C++
  • Created over 7 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

UVCCameraใ€€/ OpenCVwithUVC

Sample app to show how to apply image processing to the images that came from UVC web camera by OpenCV on non-rooted Android device. This app is based on usbWebCameraTest8 on UVCCamera repository https://github.com/saki4510t/UVCCamera

Copyright (c) 2014-2018 saki [email protected]

Licensed 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 at

 http://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.

All files in the folder are under this Apache License, Version 2.0. Files in the jni/opencv3 folders have a different license, see the respective files.

How to compile(not ready now)

Note: Just make sure that local.properties contains the paths for sdk.dir and ndk.dir. Or you can set them as enviroment variables of you shell. On some system, you may need add JAVA_HOME envairoment valiable that points to JDK directory.

sdk.dir={path to Android SDK on your storage}
ndk.dir={path to Android SDK on your storage}

More Repositories

1

UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
C
2,975
star
2

AudioVideoRecordingSample

Simultaneous audio and video recording sample using MediaCodec/MediaMuxer
Java
957
star
3

libcommon

helper classes for myself
Java
192
star
4

ScreenRecordingSample

Simultaneous audio and screen recording sample using MediaCodec/MediaMuxer/VirtualDisplay
Java
190
star
5

UVC4UnityAndroid

UVC4UnityAndroid
C#
77
star
6

AudioVideoPlayerSample

Sample project to play audio and video from MPEG4 file using MediaCodec
Java
56
star
7

UVCPermissionTest

Test app to confirm whether or not app can get USB permission for UVC device with verious target SDK version
Kotlin
24
star
8

TimeLapseRecordingSample

Time lapse recording sample using Media Codec API for Android
Java
23
star
9

ZoomImageView

Extends ImageView widget of Android to support zooming/dragging/rotating image
Java
17
star
10

AppRTCMobile

Minimum AS3.x project based on AppRTCMobile example app on WebRTC
Java
13
star
11

RecordingService

Java
6
star
12

JanusRTCAndroid

Java
6
star
13

SkyWayAndroidSample

3 in 1 Sample app for Android using SkyWay Android SDK
Java
4
star
14

CameraView

View for Camera preview supported screen rotation
Java
3
star
15

skyway_flutter_test

Test application of flutter using skyway sdk
Dart
3
star
16

pupilClient

C++
2
star
17

MultiDispatchTouchEvent

Test app to confirm whether dispatching touch event on multiple chiled view
Kotlin
1
star
18

AndroGamepad

library and sample to access to various gamepad with common interface
Java
1
star
19

MaskImageView

ImageView applying alpha mask (supplied as drawable) when render image
Java
1
star