Using opencv on Micropython on ESP32 cam

I'm working on a robotic arm and want to control it using aruco markers (A marker in opencv library detected in video using camera). I wanted to know can I use OPENCV library in micropython?

Hi, did you get an answer for this?
I am looking for the same thing - how to import opencv library in micropython for simple detection of shapes, using AI thinker esp32 cam module(or others if needed, preferably to esp32).

not yet, try chatgpt

as far as I know it,
opencv requires quite some calculation-power. A raspberry Pi is about the smallest what I know is able to work with opencv. Because a raspberry pi has

  • 1 MB RAM
  • 1 GHz clock
  • is a real operating system

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.