Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Scanner | 841 | a year ago | 33 | Java | ||||||
二维码/条码识别、身份证识别、银行卡识别、车牌识别、图片文字识别、黄图识别、驾驶证(驾照)识别 | ||||||||||
Esx_securitycam | 9 | 2 years ago | Lua | |||||||
[ESX] Security Cameras For The Pacific Standard Bank And The Police Station | ||||||||||
Talaria | 8 | 9 years ago | mit | Ruby | ||||||
The flying shoes of hermes | ||||||||||
Bullsfirst Bank Jqm Phonegap | 4 | 10 years ago | 2 | JavaScript | ||||||
A mobile front-end for Bullsfirst Bank based on jQuery Mobile and PhoneGap | ||||||||||
Motion Activated Camera | 4 | 9 years ago | mit | JavaScript | ||||||
Takes a picture when motion is detected |
Takes a picture when motion is detected.
Materials:
Connecting the PIR: PIR's GND goes to Tessel's GND on the GPIO bank PIR's +5V goes to Tessel's Vin on the GPIO bank PIR's OUT goes to Tessel's G3 on the GPIO bank
Connecting the camera: Plug in the camera module to Tessel port A.
Running the code:
npm install
to install dependencies.tessel run index.js --upload-dir .
(the flag specifies where pictures will be saved).Now, when you move in front of the PIR motion detector, Tessel will take a picture!