OpenMV IDE can be used with any MicroPython board. We've implemented a new Terminal feature which lets you connect to any MicroPython board over a serial port, bluetooth port, udp port, or tcp port.
Пікірлер: 22
@7Trident33 жыл бұрын
Running strong on K210 Maix Dock. how to I print to frame buffer?
@OpenMVLLC3 жыл бұрын
print(img.compress_for_ide())
@kipcrossing7 жыл бұрын
Hey! Do you have a package for Debian?
@OpenMVLLC7 жыл бұрын
hi, the Linux installer should work on any Linux system. The installer is really just a self extraction tool on Linux and doesn't do anything other than copy files.
@bennguyen13135 жыл бұрын
Does this use a modified version of OpenCV 4.2? Is the micropython the same as the official one (that targets the Nucleo-144)? Reason I ask, is that I have a Nucleo STM32H74x board, and would love to try OpenMV on it but instead of using an OV7725 Camera, I'd like to use and compare against the sensor from the Jevois kit (1.3MP sensor ov9650).
@OpenMVLLC5 жыл бұрын
You can't run OpenCV on a microcontroller. The OpenMV Cam has a library of specialized CV code that's designed to be lighter weight. We run the official MicroPython but with a lot of edits to it. As for your request, you are basically on your own. We have a driver for the OV9650 in the code base... but, you have to figure out how to deal with all the board changes.
@林立宏-c8n7 жыл бұрын
looking forward to it! Thanks for sharing!
@alzalame7 жыл бұрын
Brillant ,,,i have ordered this godness ,,,waiting
@physnoct3 жыл бұрын
Seems to work with a AI Thinker ESP32-CAM.
@MrBilyard7 жыл бұрын
sir can we mount a Bluetooth module to the openMV camera??
@OpenMVLLC7 жыл бұрын
Yes, through the UART on the OpenMV Cam.
@shuvambiswas4585 жыл бұрын
do we need to upload it to cam?
@OpenMVLLC5 жыл бұрын
Not sure what you are asking.
@shuvambiswas4585 жыл бұрын
sir can you make tutorial video on face tracking feature
@OpenMVLLC5 жыл бұрын
Just run the Face Detection example.
@shuvambiswas4585 жыл бұрын
i want to track face and also use it on pan tilt servo can you tell me
@OpenMVLLC5 жыл бұрын
@@shuvambiswas458 Please ask questions via the forums.