garyzzz's Stars
opencv/opencv
Open Source Computer Vision Library
GeekyAnts/NativeBase
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
oblador/react-native-vector-icons
Customizable Icons for React Native with support for image source and full styling.
FaridSafi/react-native-gifted-chat
💬 The most complete chat UI for React Native
z-song/laravel-admin
Build a full-featured administrative interface in ten minutes
oblador/react-native-animatable
Standard set of easy to use animations and declarative transitions for React Native
aksonov/react-native-router-flux
The first declarative React Native router
react-native-image-picker/react-native-image-picker
:sunrise_over_mountains: A React Native module that allows you to use native UI to select media from the device library or directly from the camera.
TheWidlarzGroup/react-native-video
A <Video /> component for react-native
ptomasroos/react-native-scrollable-tab-view
Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
react-native-device-info/react-native-device-info
Device Information for React Native iOS and Android
crazycodeboy/react-native-splash-screen
A splash screen for react-native, hide when application loaded ,it works on iOS and Android.
xinthink/react-native-material-kit
Bringing Material Design to React Native
starrtc/starrtc-android-demo
🚀starRTC,即时通讯(IM)系统,免费IM系统(含单聊,群聊,聊天室,文件传输),免费一对一视频聊天,VOIP,语音对讲(回音消除),直播连麦,视频直播,RTSP拉流,RTMP推流,webRTC服务端,在线教育,白板,小班课,在线会议,视频会议,视频监控,局域网直连(无需服务器),兼容webRTC, 支持webRTC加速,P2P高清传输,安卓、iOS、web互通,支持门禁对讲,可视对讲,电视盒子,树莓派,海思,全志,任天堂switch,云游戏,OTT设备,物联网平台,C语言自研方案,支持二次开发成类微信,类映客等APP,✨万水千山总是情,来个star行不行✨,更多示例请访问:
oblador/react-native-progress
Progress indicators and spinners for React Native
oblador/react-native-keychain
:key: Keychain Access for React Native
halilb/react-native-textinput-effects
Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
wuxudong/react-native-charts-wrapper
a react native charts wrapper (support android & iOS)
ascoders/react-native-image-viewer
🚀 tiny & fast lib for react native image viewer pan and zoom
maxs15/react-native-spinkit
A collection of animated loading indicators for React Native
beefe/react-native-picker
A Native Picker with high performance.
tomauty/react-native-chart
[NOT MAINTAINED] :bar_chart: Add line, area, pie, and bar charts to your React Native app
crazycodeboy/react-native-easy-toast
A react native module to show toast like android, it works on iOS and Android.
chirag04/react-native-in-app-utils
A react-native wrapper for handling in-app payments
little-snow-fox/react-native-wechat-lib
🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android
crazycodeboy/react-native-check-box
Checkbox component for react native, it works on iOS and Android.
mrarronz/react-native-blog-examples
Sample projects for my react native blog
lazaronixon/react-native-qrcode-reader
dlyt/YCool
小说阅读APP
1zlab/1ZLAB_Face_Track_Robot
二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。