rohan-eyebot's Stars
cli/cli
GitHub’s official command line tool
onnx/models
A collection of pre-trained, state-of-the-art models in the ONNX format
IntelRealSense/librealsense
Intel® RealSense™ SDK
GoogleCloudPlatform/python-docs-samples
Code samples used on cloud.google.com
niconielsen32/ComputerVision
Cartucho/OpenLabeling
Label images and video for Computer Vision applications
JetsonHacksNano/CSI-Camera
Simple example of using a CSI-Camera (like the Raspberry Pi Version 2 camera) with the NVIDIA Jetson Developer Kit
elucideye/drishti
Real time eye tracking for embedded and mobile devices.
mad4ms/python-opencv-gstreamer-examples
Python examples on how to use GStreamer within OpenCV. Now with GPU support! :fire::fire::fire:
stepacool/Eye-Tracker
Eye tracking using OpenCV, Python.
NVIDIA-AI-IOT/jetson-multicamera-pipelines
NVIDIA-AI-IOT/argus_camera
Simple Python / C++ interface to CSI camera connected to NVIDIA Jetson.
isohrab/Pupil-locator
Real time pupil detection in noisy images
econsystems/opencv
Easy way to communicate with the camera using this OpenCV patch in c++
savnani5/Depth-Estimation-using-Stereovision
In this project, we try to implement the concept of Stereo Vision. We test the code on 3 different datasets, each of them contains 2 images of the same scenario but taken from two different camera angles. By comparing the information about a scene from 2 vantage points, we can obtain the 3D information by examining the relative positions of objects.
sakshikakde/Depth-Using-Stereo
Python code to estimate depth using stereo vision.
Chakib08/LibArgus-oneShot-sample
The purpose of this repository is to show how to use the NVIDIA LibArgus API with the most simple way in the Jetson board by using only one g++ command line to compile the oneShot sample which is included on $HOME/jetson_multimedia_api/argus/samples/oneShot
Chakib08/Capture_and_display_V4L2_app
An app to capture frames from a camera using V4L2 and display using OpenCV