二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。
☆227Aug 17, 2018Updated 8 years ago
Alternatives and similar repositories for 1ZLAB_Face_Track_Robot
Users that are interested in 1ZLAB_Face_Track_Robot are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 1ZLab在准备挑 选合适的小车来研发计算机视觉的教程时候 , 发现习惯了Python语法的我们, 在市面上找不到合适小车, 后来我们选了ESP32作为小车的控制主板, 可以使用Python对其进行交互式编程, 极大的提升了开发效率.☆96Oct 16, 2018Updated 7 years ago
- MicroPython ESP32 从入门到差不多系列课程, 1Z实验室出品☆118Nov 9, 2018Updated 7 years ago
- 本程序是基于STM32F407芯片FreeRTOS操作系统设计的云台色彩追踪系统,采用树莓派,外置摄像头,视觉处理部分采用OPENCV库处理。 通过树莓派外置USB3.0串口通信到STM32,来操作云台追踪物体。☆22Mar 3, 2022Updated 4 years ago
- 生活不止有屏幕上的代码,还有诗和远方.☆18Apr 17, 2019Updated 7 years ago
- 在原有的KCF TLD的基础上,为了实现跟随功能,增加的速度发布机制。FOR ZYQ☆11Jul 23, 2017Updated 9 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- opencv实现人脸检测, 识别视频流中人脸的位置,并且画出人脸所在的矩形区域。☆43Aug 10, 2018Updated 8 years ago
- 基于aruco的室内建图与相机定位☆16Jun 12, 2018Updated 8 years ago
- PC微信机器人之实战分析通过wxid获取用户信息,微信二次开发SDK,微信开发API接口协议。非微信ipad协议、非mac协议,非安卓协议,api可实现微信99%功能; 无需扫码登录、可收发朋友圈、 查看朋友圈、朋友圈互动点赞、评论、 好友列表、微信消息收发、发文本消息、图…☆15Jun 8, 2022Updated 4 years ago
- 大叔教你玩板子系列代码仓库☆19Feb 19, 2020Updated 6 years ago
- 这是为ESP32 micropython 开发的一款通过wifi进行热更新代码的工具,旨在为各位MicroPython爱好者带来更好的开发体验和开发效率.☆13Nov 26, 2018Updated 7 years ago
- 在ESP32-CAM(Arduino Core)上使用Baidu AI的人脸识别API☆20Jun 16, 2020Updated 6 years ago
- 一个用树莓派做的会聊天,能人脸识别(支持云台追踪)和发送邮件的小玩具☆34Mar 15, 2019Updated 7 years ago
- OpenCV激光十字识别, 识别端点还有交叉点。☆16Aug 16, 2018Updated 8 years ago
- ESP-Cam是一款基于ESP32芯片的开源WIFI摄像头, 本仓库存放关于ESP-Cam的使用教程与相关开发资料. 同时本教程还提供了Ubuntu下配置ESP-IDF开发环境的教程,以及ESP-CAM源码修改与固件编译烧录的教程.☆188Nov 19, 2018Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- USB HID host demo for STM32F4 Discovery : gcc + make☆12Jan 28, 2013Updated 13 years ago
- Microbit Python Driver for PCA9685 16-Channel 12-bit PWM/Servo Driver - I2C interface☆26Jan 28, 2017Updated 9 years ago
- K210芯片的裸机编程代码使用案例,供学习使用,使用的是亚博智能的K210开发板套件(不是打广告哈)(在design_maix中已经支持了maix bit和maixduino开发板)。☆12Feb 16, 2021Updated 5 years ago
- 视频直播项目☆11Sep 11, 2026Updated last week
- Operating System Assignment in HDU. Teacher:ZWH☆24Dec 8, 2016Updated 9 years ago
- 基于STM32F103的智能机器人底盘工程代码,开发环境使用IAR☆18Jun 7, 2020Updated 6 years ago
- 小目标跟踪的实现☆17Jun 12, 2022Updated 4 years ago
- Rover car test platform with OpenCV, Raspberry Pi, PiCamera and ROS☆15Feb 13, 2016Updated 10 years ago
- A shell script to clone a running Raspberry Pi SD card to a USB mounted SD card.☆10Oct 2, 2014Updated 11 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- C语言STM32F030驱动ST7789V源码☆12May 31, 2020Updated 6 years ago
- Overlay and display MLX90640 thermal camera and Pi camera outputs☆10Aug 1, 2021Updated 5 years ago
- Using deep learning model with opencv in Qt☆16Feb 24, 2019Updated 7 years ago
- ☆12Oct 9, 2020Updated 5 years ago
- Test/example code for the ESP32-CAM to run servos via a PCA9685 servo driver over I2C☆12May 16, 2021Updated 5 years ago
- 行人检测与跟踪(hog+svm kcf)☆14Jul 23, 2017Updated 9 years ago
- Maix-TF-workspace: collections of tensorflow works☆11Mar 18, 2019Updated 7 years ago
- ☆11Oct 27, 2019Updated 6 years ago
- ☆16Nov 20, 2022Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 以MPU6500-HMC5983-AK8975-BMP280-MS5611为传感元件的10轴IMU PCB,有三种不同尺寸的组合样式,Altium格式,可直接打样☆15Jun 5, 2021Updated 5 years ago
- Sample ESP32 snippet for 16-Channel 12-bit PWM Driver☆36Feb 2, 2018Updated 8 years ago
- This is a library for a raspberry pi powered robot rover that I made. It has PID controls with encoders for feedback, and uses a webcam t…☆15Apr 8, 2017Updated 9 years ago
- Cross-platform CMSIS-DAP access over USB in Python☆14Aug 13, 2015Updated 11 years ago
- 将Nwatch(watch X)移植到到Stm32 上,目前已经可以演示部分效果 https://soysauce007.github.io/nwatch/2020/02/13/NWatch/☆152Apr 30, 2020Updated 6 years ago
- 在线图像处理工具☆12Nov 22, 2022Updated 3 years ago
- Controlling of multiple servos using Python on a Raspberry Pi. PAN/TILT mechanism to position a PiCam.☆36Feb 2, 2018Updated 8 years ago