Skip to content
#

servo-controller

Here are 21 public repositories matching this topic...

二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。

  • Updated Aug 17, 2018
  • Python

Servo Controller-OCR integrates computer vision, OCR, and Arduino to control a servo motor based on text detection from a webcam. It uses Python for real-time image processing and Tesseract OCR for text recognition, combined with Arduino to handle servo motor operations. Ideal for automation projects requiring text-based triggers.

  • Updated Jan 10, 2025
  • Python

This application listens on serial port for one of the commands: 'mail' or 'nomail' and sets the servo position to a different value depending on the command. I use it to show envelope icon drawn on a piece of cardboard when I have unread messages on my mailbox.

  • Updated Nov 24, 2019
  • Python

Improve this page

Add a description, image, and links to the servo-controller topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the servo-controller topic, visit your repo's landing page and select "manage topics."

Learn more