In case you missed it: We had a great talk about DroneBlocks, an affordable, comprehensive, drone kit for STEM. Some great audience questions, and a pretty deep look at how they keep costs down and quality up. https://youtube.com/live/P5eingrUQFk #OpenCV #ComputerVision #AI #Robotics #Drones
Revolutionary Drone STEM Kit from DroneBlocks

YouTube

Радикальный Дельфизм в эпоху AI: подключаем ИИ-ассистентов к OpenCV и FFmpeg через MCP

Технологии ушли вперёд, и теперь мы живём в эру больших языковых моделей и автономных AI-агентов. В настоящее время существует несколько агентных систем, работающие с компьютерным зрением и камерами. Интеллектуальные видеоагенты обрабатывают видеопотоки в реальном времени, распознают объекты, анализируют поведение людей, фиксируют нарушения и действуют автономно. В основном – это готовые коммерческие ИИ-платформы для видеонаблюдения (например, Lumana, VisionPlatform.ai , Spot AI). Для создания собственных решений можно настроить захват кадров (через Frame Forwarder ) и передать их в визуальные модели обработки. Можно создавать логику на базе Amazon Bedrock Agents или фреймворков для ИИ-агентов (LangChain, CrewAI, AutoGen), где камера выступает как "инструмент" ( take_snapshot() ) восприятия. Есть еще более специализированные решения – VisionAgent (от Landing AI), Microsoft AutoGen, LlamaIndex (Multimodal Agents). А можно как-то по проще? Да еще из подручных средств? Да еще в «бытовые» агентные системы? А давайте попробуем...

https://habr.com/ru/articles/1051210/

#Агенты #FFMPEG #delphi #opencv #onvif #onvifdm #ai

Радикальный Дельфизм в эпоху AI: подключаем ИИ-ассистентов к OpenCV и FFmpeg через MCP

Технологии ушли вперёд, и теперь мы живём в эру больших языковых моделей и автономных AI-агентов. В настоящее время существует несколько агентных систем, работающие с компьютерным зрением и камерами....

Хабр
DroneBlocks provides a complete educational platform for STEM educators, combining drones and robotics to bring cutting-edge technology into the classroom. See how you can elevate the learning experience for students on this episode of OpenCV Live. https://opencv.org/live-revolutionary-drone-stem-kit-from-droneblocks/ #OpenCV
Live: Revolutionary Drone STEM Kit from DroneBlocks

DroneBlocks provides a complete educational platform for STEM educators, combining drones and robotics to bring cutting-edge technology into the classroom. See how you can elevate the learning experience for students or yourself on this episode of OpenCV Live. Join our Patreon for just $2/mo to watch ad-free live streams and get DRM-free downloads of every […]

OpenCV

I've been rescuing old robot code from the archives — skittlebot (2017), armBot (2014), and a MicroPython music project are now on GitHub. Nearly 12 years of history recovered from zip files and broken git repos 🤖

https://orionrobots.co.uk/2026/06/18/18-rescuing-old-robot-code-from-the-archives.html

#robotics #opensource #python #opencv #raspberrypi

Rescuing Old Robot Code from the Archives | Orionrobots - Learn to build robots at home

Over the years I’ve accumulated a fair amount of robot source code — old projects in zip files, folders with broken .git histories, repos that were once on a long-gone GitLab instance. I’ve been working through these archives recently, using AI tooling to help analyse branches, spot untracked files, and...

Orionrobots
RF-DETR,​ the real-time state-of-the-art object detector, has taken the computer vision world by storm. The new ​preview​ is available now, and its speed and accuracy is above YOLO pareto curve. Learn about it on our live stream at 9am Pacific! https://youtube.com/live/fLCe1eOF_Bg #OpenCV
State-Of-The-Art Tracking with RF-DETR Keypoints

YouTube

OpenCV 5.0 is the library's first major release since 2018, and it's not a tidy-up. The layer-by-layer DNN path is replaced by a graph-based engine with shape inference, constant folding, and operator fusion. ONNX operator coverage rose from ~22% to over 80%, and the DNN module can now run language and vision-language models like Qwen 2.5, Gemma 3, and PaliGemma. The legacy C API is gone, C++17 is the floor. Does running LLMs belong inside a computer-vision library?

#OpenCV #OpenSource

Before you continue

Foi lançada uma nova versão do OpenCV 5, que incorpora um motor avançado de inteligência artificial. Esta atualização traz melhorias significativas em termos de capacidades de processamento e análise de imagem. 🤖

🔗 https://tugatech.com.pt/t85316-nova-versao-do-opencv-5-traz-motor-avancado-de-inteligencia-artificial

#artificial #motor #opencv 

Nova versão do OpenCV 5 traz motor avançado de inteligência artificial

A famosa biblioteca de visão computacional de código aberto acaba de receber uma atualização massiva. A equipa responsável pelo desenvolvimento anunciou oficial

TugaTech

OpenCV 5 release – New DNN engine with enhanced ONNX and LLM/VLM support, Intel, Arm, and RISC-V hardware optimizations

https://fed.brid.gy/r/https://www.cnx-software.com/2026/06/10/opencv-5-release-new-dnn-engine-with-enhanced-onnx-and-llm-vlm-support-intel-arm-and-risc-v-hardware-optimizations/

OpenCV 5 release – New DNN engine with enhanced ONNX and LLM/VLM support, Intel, Arm, and RISC-V hardware optimizations

OpenCV 5 open-source computer vision library has recently been released with a brand-new DNN (Deep Neural Network) engine that provides better ONNX coverage and enables LLM/VLM support. The fifth version of the popular CV library also adds support for Intel, Arm, Qualcomm, and RISC-V hardware acceleration, improved 3D vision, and various new core features such as new data types, real N-dimensional and scalar support, and performance improvements. OpenCV 5's DNN Engine OpenCV 4.x supports about 22% of ONNX operators, and the new DNN engine in OpenCV 5 brings coverage to over 80%.  That means models with dynamic shapes that used to fail on OpenCV 4.x, should now work, as the 5.x engine was rebuilt around a typed operation graph with proper shape inference, constant folding, and operator fusion. The table below shows the main difference between OpenCV 4.x and OpenCV 5 Since it's quite a big change, to make sure

CNX Software - Embedded Systems News
🌖 OpenCV 5 深度解析:電腦視覺的全新基石
➤ 從舊 API 走向現代架構,OpenCV 5 如何重塑電腦視覺的未來?
https://opencv.org/opencv-5/
OpenCV 5 是該項目歷史上最具代表性的重大更新,旨在解決過去幾年在處理現代深度學習模型時的瓶頸。開發團隊徹底重構了深度神經網路(DNN)引擎,將 ONNX 算子支援度從 22% 大幅提升至 80% 以上,並引入了圖形化運算與算子融合技術。此外,新版本精簡了核心架構、優化了 Python 綁定、原生支援 FP16/BF16 資料類型,並增強了 3D 視覺與硬體加速效能。此次更新不僅是一次版本迭代,更是為了適應當前 Transformer、大型視覺模型(VLM)與邊緣運算需求所進行的現代化變革,標誌著 OpenCV 正式邁向全方位支援現代 AI 的新紀元。
+ 身為 OpenCV 的長期使用者,看到 ONNX 支援度大幅提升真的太感動了,以前跑動態形狀模型常報錯的惡夢終於結束了。
+ 這次核心架構的瘦身和現代化看起來很穩,期待看到它在邊緣
#電腦視覺 #人工智慧 #OpenCV 5 #深度學習
OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision

OpenCV 5 is here! A massive modernization brings a graph-based DNN engine, over 80% ONNX coverage, hardware acceleration, LLM/VLM support, and a faster Python-first core. Learn why this isn't just an incremental update.

OpenCV