二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。
☆218Aug 17, 2018Updated 7 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
- 基于opencv和stm32单片机的二自由度人脸跟踪舵机云台☆230Feb 4, 2021Updated 5 years ago
- MicroPython ESP32 从入门到差不多系列课程, 1Z实验室出品☆113Nov 9, 2018Updated 7 years ago
- 本程序是基于STM32F407芯片FreeRTOS操作系统设计的云台色彩追踪系统,采用树莓派,外置摄像头,视觉处理部分采用OPENCV库处理。 通过树莓派外置USB3.0串口通信到STM32,来操作云台追踪物体。☆21Mar 3, 2022Updated 4 years ago
- 生活不止有屏幕上的代码,还有诗和远方.☆18Apr 17, 2019Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- PID可视化调参工具☆13Aug 25, 2018Updated 7 years ago
- 在原有的KCF TLD的基础上,为了实现跟随功能,增加的速度发布机制。FOR ZYQ☆11Jul 23, 2017Updated 8 years ago
- 基于aruco的室内建图与相机定位☆16Jun 12, 2018Updated 7 years ago
- 此工程主要用于C语言解析csv格式/其他格式的字符串, 提取数值,帧头帧尾校验。 可以加入到单片机工程或者添加到Arduino的库函数中。☆19Nov 4, 2017Updated 8 years ago
- 大叔教你玩板子系列代码仓库☆19Feb 19, 2020Updated 6 years ago
- 这是为ESP32 micropython 开发的一款通过wifi进行热更新代码的工具,旨在为各位MicroPython爱好者带来更好的开发体验和开发效率.☆13Nov 26, 2018Updated 7 years ago
- ☆13May 18, 2016Updated 9 years ago
- stm32f4摄像头数据上传onenet平台,文件中包含ov7670摄像头驱动代码、rgb565转bmp代码,详细移植过程可以查看我的博客;包含移植后的最终修改工程,工程中包括把温湿度、红外感应次数、摄像头照片上传到物联网平台ONENET上。☆19Dec 22, 2019Updated 6 years ago
- ps2 controller in micropython☆12Aug 5, 2020Updated 5 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- ESP-Cam是一款基于ESP32芯片的开源WIFI摄像头, 本仓库存放关于ESP-Cam的使用教程与相关开发资料. 同时本教程还提供了Ubuntu下配置ESP-IDF开发环境的教程,以及ESP-CAM源码修改与固件编译烧录的教程.☆185Nov 19, 2018Updated 7 years ago
- USB HID host demo for STM32F4 Discovery : gcc + make☆12Jan 28, 2013Updated 13 years ago
- 在ESP32-CAM(Arduino Core)上使用Baidu AI的人脸识别API☆20Jun 16, 2020Updated 5 years ago
- Operating System Assignment in HDU. Teacher:ZWH☆24Dec 8, 2016Updated 9 years ago
- 基于STM32F103的智能机器人底盘工程代码,开发环境使用IAR☆18Jun 7, 2020Updated 5 years ago
- Standard PID control library for esp32 Micropython platform☆22Mar 24, 2026Updated last month
- 使用OpenCV实现色块追踪 为了方便大家入门OpenCV以及使用OpenCV实现颜色识别, 阿凯编写了相关的上位机脚本, 同时也有. 刚开始的时候, 你的精力可以放在算法流程上面, 没必要在前期过于关注代码的细节. 脚本的代码阿凯也是逐行注释的, 也可以作为你的项目参考 …☆94Jul 20, 2018Updated 7 years ago
- C语言STM32F030驱动ST7789V源码☆12May 31, 2020Updated 5 years ago
- update firmware for esp32/esp8266 via http. It means ESP using http to download firmware and flashing firmware to it..☆21Jan 22, 2018Updated 8 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- A shell script to clone a running Raspberry Pi SD card to a USB mounted SD card.☆10Oct 2, 2014Updated 11 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 4 years ago
- A follower robot program using OpenTLD tracking algorithm. Run in ROS.☆13Apr 4, 2014Updated 12 years ago
- ☆11Oct 27, 2019Updated 6 years ago
- ☆16Nov 20, 2022Updated 3 years ago
- Probably the best MicroPython development tool.☆37Dec 24, 2018Updated 7 years ago
- 将Nwatch(watch X)移植到到Stm32 上,目前已经可以演示部分效果 https://soysauce007.github.io/nwatch/2020/02/13/NWatch/☆155Apr 30, 2020Updated 6 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- RPi.GPIO for Odroid c1, c2, xu4☆12Apr 2, 2018Updated 8 years ago
- 此为树莓派语音机器人音频输入终端节点,INMP441利用I2S协议采集音频数据,ESP32利用TCP把数据流传输至树莓派服务器。☆19Apr 4, 2019Updated 7 years ago
- [Not maintaining] Desktop lyrics for NeteaseMusic UWP | 网易云音乐UWP桌面歌词助手☆21Jul 5, 2018Updated 7 years ago
- ESP32 好玩、有趣、实用的项目☆216May 23, 2017Updated 8 years ago
- ☆14May 7, 2015Updated 10 years ago
- 🚗 mini self driving car☆18Sep 7, 2016Updated 9 years ago
- 手指运动识别手套,毕设☆13Dec 13, 2016Updated 9 years ago