Home > other >  MCU and the open CV communications
MCU and the open CV communications

Time:09-20

Excuse me: single chip microcomputer and the open CV how to realize communication?
Background: open CV target is detected, the data to the microcontroller, but I don't know how to realize communication, and give advice or comments please!

CodePudding user response:

Communication and OpenCV has nothing to do, want to transmit the results to the single chip microcomputer, the simplest is to use a serial port

CodePudding user response:

reference 1/f, worldy response:
communication has nothing to do with OpenCV, needs to transmit the results to the single chip microcomputer, and the simple is to use a serial port

Thank you very much for your reply, but can be a little specific? Or is there a blog?

CodePudding user response:

Opencv is equivalent to the open source code base, you can use with the board of the operating system to run, a little like raspberries pie, and then configured opencv environment, plugged into a usb camera can use raspberry pie invoke the opencv library to deal with the images, after processing by raspberries pie dealt with in a serial port to send data to the microcontroller, can also use the can bus and rs232, 485 protocol to transmit data, etc

CodePudding user response:

If you don't have raspberries pie and camera is okay, then download a vs on Windows, and then configured opencv and vs environment, v will be used to write image processing code, you can read on your computer's front-facing camera, and then process the data, through a serial port sent to the single-chip microcomputer, which realizes communication
  • Related