Close

199 Results for "OpenCV"

  • pylepton video overlay

  • Source code for pylepton and pylepton_capture is available on GitHub and on pypi. To roll your own capture program, grabbing frames is rather straightforward:import numpy as np import cv2 from pylepton import Lepton with Lepton() as l: a,_ = l.capture()...
  • Mushroom on wheels

  • For this project, I just want to have a mushroom going to the left, then to the right, then to the left ,etc. I don't want have features creeping until I have a remotely controlled RC mushroom with openCV and Node JS that takes one minute to boot ;-)...
  • Safebud

  • SafeBud offers five main features: Battery-powered mobile system2500mAh Li-Poly battery for maximum uptimePIR sensor to trigger system wakeupLow-power mode utilization allows for a completely unplugged systemFacial detectionAWS to process images with...
  • ROV

  • When I do my 5th ROV I will incorporate the following lessons learned. * Streaming good video over CAT5 with a pi was always a sticky point. I ended up using Gstreamer. It seems like I tried so many things and it always lagged. I was able to get a video...
  • Visioneer

  • 2017 HackadayPrizeFinal VideoGitHub:  https://github.com/MakerVisioneer/prototype Google Drive: https://drive.google.com/drive/folders/0B3wmJbFj6cTCTGMzemFlTmdGbnc?usp=sharing The problem Those of us who have never struggled with a vision impairment...
  • YET Another IR Vein Detector

  • The project is based on the idea to create a cheap way to map veins on medical patients in order to canalize them. Knowing there are devices that already do the task, the goal is to achieve it in a cheaper way. In order to do so, the idea is to use a...
  • PanoCama

  • The PanoCama is a design for taking stereoscopic panoramic photos. By panning and tilting the cameras, the device can reconstruct a single wide-angle image through image stitching. Through its dual-camera design, the system can create rudimentary disparity...
  • VR Tracker

  • Oculus Rift, VR One, Samsung Gear, Sony Playstation VR… All those Virtual Reality are great, but they are missing something ! They do not have a position tracking system ! This means you can look up down right left, but can’t stand up and move around...