All Projects → natjs → weex-nat-camera

natjs / weex-nat-camera

Licence: other
natjs.com/#/#camera

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to weex-nat-camera

Nat
A powerful kit for adding native functionalities to your weex app.
Stars: ✭ 294 (+1370%)
Mutual labels:  nat, weex
Awesome Weex
A curated list of awesome Weex guides, articles, sites, tools, projects and resources.
Stars: ✭ 1,539 (+7595%)
Mutual labels:  weex, weex-plugin
eros-plugin-ios-TencentCaptcha
腾讯防水墙、滑动验证、类似bilibili滑动验证码
Stars: ✭ 21 (+5%)
Mutual labels:  weex, weex-plugin
Nat Explorer
An example project using Nat & Weex.
Stars: ✭ 55 (+175%)
Mutual labels:  nat, weex
pmvr
Raspberry Pi Motion Video Recorder
Stars: ✭ 22 (+10%)
Mutual labels:  camera
OctoPrint-CameraSettings
An OctoPrint plugin that allows a user to interactively change camera settings.
Stars: ✭ 31 (+55%)
Mutual labels:  camera
capacitor-vue-ionicv4-app
sample app using capacitor vuejs and ionicv4 components
Stars: ✭ 70 (+250%)
Mutual labels:  camera
usgscsm
This repository stores USGS Community Sensor Model (CSM) camera models
Stars: ✭ 14 (-30%)
Mutual labels:  camera
rax-app
Rax App Framework
Stars: ✭ 89 (+345%)
Mutual labels:  weex
Colorwaver
🎨 An app to detect color palettes in the real world - powered by VisionCamera
Stars: ✭ 365 (+1725%)
Mutual labels:  camera
fmo-cpp-demo
Fast Moving Objects Detection (demo version)
Stars: ✭ 36 (+80%)
Mutual labels:  camera
FastTunnel
expose a local server to the internet. 高性能跨平台的内网穿透解决方案 远程内网计算机 域名访问内网站点 反向代理内网服务 端口转发 http代理
Stars: ✭ 815 (+3975%)
Mutual labels:  nat
Slate
A better iOS camera
Stars: ✭ 80 (+300%)
Mutual labels:  camera
esp-lwip
Fork of esp-lwIP with NAT feature
Stars: ✭ 15 (-25%)
Mutual labels:  nat
isaac ros argus camera
ROS2 packages based on NVIDIA libArgus library for hardware-accelerated CSI camera support.
Stars: ✭ 21 (+5%)
Mutual labels:  camera
avp-bev-open
A pkg stiching around view images(4-6cameras) to generate bird's eye view.
Stars: ✭ 34 (+70%)
Mutual labels:  camera
ipvpn
[WIP] Easy-to-use decentralized secure overlay private network (for any device)
Stars: ✭ 24 (+20%)
Mutual labels:  nat
nazar
Electronic component detection, identification and recognition system in realtime from camera image using react-native and tensorflow for classification along with Clarifai API with option to search the component details from web with description shown from Octopart fetched from server
Stars: ✭ 25 (+25%)
Mutual labels:  camera
rocc
A Swift framework for remote control of digital Cameras
Stars: ✭ 68 (+240%)
Mutual labels:  camera
TouchControl
Control at your fingertips.
Stars: ✭ 16 (-20%)
Mutual labels:  camera

nat-camera

Installation

weexpack plugin add nat-camera
npm install natjs --save

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'

// take a photo
Nat.camera.captureImage((err, ret) => {
    console.log('Path: ', ret.path)
})

// record a video
Nat.camera.captureVideo((err, ret) => {
    console.log('Path: ', ret.path)
})

</script>

See the Nat Documentation for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].