Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
A full-chain embedded vision system integrating MaixCamPro monocular camera, STM32 microcontroller, and TJC serial screen for real-time object detection and distance measurement using HSV segmentation, perspective correction, and similar-triangle ranging.
58
No data
0
0
Apache-2.0
2026-07-22
Demonstrates a complete industrial-grade machine vision pipeline from image capture to serial screen visualization, with robust serial communication protocol, anti-jitter logic, and thorough calibration guidance.
📷 基于MaixCamPro单目视觉+STM32单片机+陶晶驰TJC串口屏的单目测距综合实训项目,完整实现图像采集→轮廓识别→单目测距→串口通信→嵌入式解析→串口屏可视化全链路机器视觉嵌入式工程。
$D:距离放大值,W:像素宽,H:像素高#\r\nproject/
├── LICENSE # 开源协议
├── README.md # 项目说明文档
├── maixcam_app/ # MaixCam基础调试脚本(测试用)
├── maix_vision/ # MaixCam最终稳定上线代码(main_release.py)
├── stm32_keil/ # STM32 Keil MDK工程,串口数据解析逻辑
├── tjc_hmi/ # 陶晶驰TJC串口屏上位机界面工程文件
└── screenshot/ # 项目截图资源
存放稳定交付版本 main_release.py,参数完成标定、防抖节流逻辑完善、异常捕获齐全,正式整机联调使用。
MaixVision编译的稳定交付版本APP,可以直接烧录进MaixCamera并运行。
$D:xxx,W:xxx,H:xxx#协议帧陶晶驰上位机工程文件,包含静态文字、动态数值控件,接收STM32下发数据实时刷新界面。
maix_vision/main_release.py上传至MaixCamPro开发板REAL_WIDTH_CM、FOCAL_LENGTH(根据实物重新标定)SEND_INTERVAL_MS串口发送间隔,适配单片机响应速度stm32_keil工程tjc_hmi内HMI工程,连接串口屏$D:{距离放大整数},W:{物体像素宽},H:{物体像素高}#\r\n
D:测距值 × 100 转为整数传输,减少浮点通信误差W:目标四边形像素宽度H:目标四边形像素高度$、结束符#方便单片机快速分割帧,过滤乱码杂波同时满足两个条件才发送数据:
REAL_WIDTH_CM📷 Python OpenCV Maixcam vision recognition, STM32 serial data parsing, TJC HMI screen display for monocular ranging
Similar projects matched by category, topics, and programming language.
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.