• 商品:244
  • 加入時間:2023-06-01
  • 評價:5.0 / 5.0
  • 購買人次:31人
商品評價 :
分享 :
本商品適用活動
    • 折價券
    • 單筆$5000享11% OPENPOINT限量點數回饋(0704-0715)
    • 折價券
    • 超取免運-狂歡盛典(0704-0706).
    • 折價券
    • $1711折$177-狂歡盛典(0704-0706).
    • 折價券
    • $711折$71-狂歡盛典(0704-0706 )

[物聯汪汪] 含稅附發票~ OpenMV Cam H7 R2 相機攝像頭更新為 MT9M114 鏡頭

商品編號:P0510700189126 原始貨號:P0510700189126

本賣場商品一律含稅開發票,需要統編者請下單後備註公司名及統編即可! 本店近新店捷運總站,歡迎大家來店自取,需要自取的請留言聯絡!

$ 3,650
$ 3,870
預計出貨天數3
數量
  • 付款方式:
    超商取貨付款
  • 運送方式:
    常溫7-ELEVEN店到店取貨付款

商品特色

詳盡技術資料請見原廠或供應商 https://openmv.io/collections/products/products/openmv-cam-h7-r2 [ https://openmv.io/collections/products/products/openmv-cam-h7-r2 ]  料號:OpenMV-Cam-H7-R2


溫馨提示

OpenMV Cam H7 R2 版本,主要是鏡頭改為 MT9M114 [ https://www.onsemi.com/pdf/datasheet/mt9m114-d.pdf ] ,OpenMV 官方針對 R2 更新的說明 [ https://openmv.io/blogs/news/production-update ] 。

The OpenMV Cam is a small, low power, microcontroller board which allows you to easily implement applications using machine vision in the real-world. You program the OpenMV Cam in high level Python scripts (courtesy of the MicroPython [ http://micropython.org/ ]  Operating System) instead of C/C++. This makes it easier to deal with the complex outputs of machine vision algorithms and working with high level data structures. But, you still have total control over your OpenMV Cam and its I/O pins in Python. You can easily trigger taking pictures and video on external events or execute machine vision algorithms to figure out how to control your I/O pins.

The OpenMV Cam features:

  • The STM32H743VI [ https://www.st.com/en/microcontrollers/stm32h743vi.html ]  ARM Cortex M7 processor running at 480 MHz with 1MB SRAM and 2MB of flash. All I/O pins output 3.3V and are 5V tolerant. The processor has the following I/O interfaces:
    • A full speed USB (12Mbs) interface to your computer. Your OpenMV Cam will appear as a Virtual COM Port and a USB Flash Drive when plugged in.
    • A μSD Card socket capable of 100Mbs reads/writes which allows your OpenMV Cam to take pictures and easily pull machine vision assets off of the μSD card.
    • A SPI bus that can run up to 80Mbs allowing you to easily stream image data off the system to either the LCD Shield, the WiFi Shield, or another microcontroller.
    • An I2C Bus (up to 1Mb/s), CAN Bus (up to 1Mb/s), and an Asynchronous Serial Bus (TX/RX, up to 7.5Mb/s) for interfacing with other microcontrollers and sensors.
    • A 12-bit ADC and a 12-bit DAC.
    • Three I/O pins for servo control.
    • Interrupts and PWM on all I/O pins (there are 10 I/O pins on the board).
    • And, an RGB LED and two high power 850nm IR LEDs.
  • A removable camera module system allowing the OpenMV Cam H7 to interface with different sensors:
    • The OpenMV Cam H7 comes with a MT9M114 [ https://www.onsemi.com/products/sensors/image-sensors-processors/image-sensors/mt9m114 ]  image sensor is capable of taking 640x480 8-bit Grayscale images or 640x480 8-bit BAYER images at 40 FPS when the resolution is above 320x240 and 80 FPS when it is below. Most simple algorithms will run between 40-80 FPS on QVGA (320x240) resolutions and below. Your image sensor comes with a 2.1mm lens on a standard M12 lens mount. If you want to use more specialized lenses with your image sensor you can easily buy and attach them yourself.
    • For professional machine vision applications you can buy our Global Shutter Camera Module [ https://openmv.io/products/global-shutter-camera-module ] .
    • For thermal machine vision applications you can buy our FLIR Lepton Adapter Module [ https://openmv.io/products/flir-lepton-adapter-module ] .
  • A LiPo battery connector compatible with 3.7V LiPo batteries commonly sold online for hobbyist robotic applications.

For more information about the OpenMV Cam please see our documentation [ http://docs.openmv.io/ ] .

Interface Library

The OpenMV Cam comes built-in with an RPC (Remote Python/Procedure Call) library which makes it easy to connect the OpenMV Cam to your computer, a SBC (single board computer) like the RaspberryPi or Beaglebone, or a microcontroller like the Arduino or ESP8266/32. The RPC Interface Library works over:

  • Async Serial (UART) - at up 7.5 Mb/s.
  • I2C Bus - at up to 1 Mb/s.
  • SPI Bus - at up to 80 Mb/s.
  • CAN Bus - at up to 1 Mb/s.
  • USB Virtual COM Port (VCP) - at up to 12 Mb/s.
  • WiFi using the WiFi Shield [ https://openmv.io/collections/shields/products/wifi-shield-1 ]  - at up to 12 Mb/s.

With the RPC Library you can easily get image processing results, stream RAW or JPG image data, or have the OpenMV Cam control another Microcontroller for lower-level hardware control like driving motors.

OpenMV provides the following libraries for interfacing your OpenMV Cam to other systems below:

  • Generic Python Interface Library for USB and WiFi Comms [ https://github.com/openmv/openmv/blob/master/tools/rpc ]
    • Provides Python code for connecting your OpenMV Cam to a Windows, Mac, or Linux computer (or RaspberryPi/Beaglebone, etc.) with python programmatically over USB VCP or Ethernet/WiFi (i.e. with sockets).
  • Arduino Interface Library for I2C, SPI, CAN, and UART Comms [ https://github.com/openmv/openmv-arduino-rpc ]

Applications

The OpenMV Cam can be used for the following things currently (more in the future):

  • TensorFlow Lite for Microcontrollers Support
    • TensorFlow Lite support lets you run custom image classification and segmentation models on board your OpenMV Cam. With TensorFlow Lite support you can easily classify complex regions of interest in view and control I/O pins based on what you see. See the TensorFlow module for more information [ http://docs.openmv.io/library/omv.tf.html ] .
    • The OpenMV Cam features Edge Impulse [ https://edgeimpulse.com/ ]  integration for easy training of TensorFlow Lite Models in the cloud. Using OpenMV IDE and Edge Impulse you can easily train a Model in 15 minutes! Here's a video showing how it works [ https://youtu.be/YKwVope5RsU ] .
  • Frame Differencing
    • You can use Frame Differencing on your OpenMV Cam to detect motion in a scene by looking at what's changed. Frame Differencing allows you to use your OpenMV Cam for security applications. Checkout the video of the feature here [ https://youtu.be/2xOxaPfdg2Q ] .
  • Color Tracking
    • You can use your OpenMV Cam to detect up to 16 colors at a time in an image (realistically you'd never want to find more than 4) and each color can have any number of distinct blobs. Your OpenMV Cam will then tell you the position, size, centroid, and orientation of each blob. Using color tracking your OpenMV Cam can be programmed to do things like tracking the sun, line following, target tracking, and much, much, more. Video demo here [ https://www.youtube.com/watch?v=h9VoDcROkxc ] .
  • Marker Tracking
    • You can use your OpenMV Cam to detect groups of colors instead of independent colors. This allows you to create color makers (2 or more color tags) which can be put on objects allowing your OpenMV Cam to understand what the tagged objects are. Video demo here [ https://www.youtube.com/watch?v=h9VoDcROkxc ] .
  • Face Detection
    • You can detect Faces with your OpenMV Cam (or any generic object). Your OpenMV Cam can process Haar Cascades to do generic object detection and comes with a built-in Frontal Face Cascade and Eye Haar Cascade to detect faces and eyes. Video demo here [ https://youtu.be/Lmuiojo0N4A ] .
  • Eye Tracking
    • You can use Eye Tracking with your OpenMV Cam to detect someone's gaze. You can then, for example, use that to control a robot. Eye Tracking detects where the pupil is looking versus detecting if there's an eye in the image.
  • Person Detection
    • You can detect if there's a person in the field of view using our built-in person detector TensorFlow Lite model. Video demo here [ https://youtu.be/hdlU92c6ny0 ] .
  • Optical Flow
    • You can use Optical Flow to detect translation of what your OpenMV Cam is looking at. For example, you can use Optical Flow on a quad-copter to determine how stable it is in the air. See the video of the feature here [ https://youtu.be/9dFAwHfGPw4 ] .
  • QR Code Detection/Decoding
    • You can use the OpenMV Cam to read QR Codes in it's field of view. With QR Code Detection/Decoding you can make smart robots which can read labels in the environment. You can see our video on this feature here [ https://youtu.be/mcIrKIMWhzs ] .
  • Data Matrix Detection/Decoding
    • The OpenMV Cam H7 can also detect and decode data matrix 2D barcodes too. You can see our video on this feature here [ https://www.youtube.com/watch?v=PffDblwNshM ] .
  • Linear Barcode Decoding
    • The OpenMV Cam H7 can also decode 1D linear bar codes. In particular, it can decode EAN2, EAN5, EAN8, UPCE, ISBN10, UPCA, EAN13, ISBN13, I25, DATABAR, DARABAR_EXP, CODABAR, CODE39, CODE93, and CODE128 barcodes. You can see our video on this feature here [ https://www.youtube.com/watch?v=E4uIF3-0XOU ] .
  • AprilTag Tracking
    • Even better than QR Codes above, the OpenMV Cam H7 can also track AprilTags at 160x120 at up to about 12 FPS. AprilTags are rotation, scale, shear, and lighting invariant state-of-the-art fidicual markers. We have a video on this feature here [ https://www.youtube.com/watch?v=keb0B11zj5g ] .
  • Line Detection
    • Infinite line detection can be done speedily on your OpenMV Cam at near max FPS. And, you can also find non-infinite length line segments too. You can see our video of this feature here [ https://youtu.be/oXexWgi3ldg ] . Additionally, we support running linear [ https://www.youtube.com/watch?v=dOd1TZFR480 ] regres [ https://www.youtube.com/watch?v=dOd1TZFR480 ] sions [ https://www.youtube.com/watch?v=dOd1TZFR480 ] on the image for use in line following applications like this DIY [ https://www.youtube.com/watch?v=Pm88BEz3upM ] Robo [ https://www.youtube.com/watch?v=Pm88BEz3upM ] car [ https://www.youtube.com/watch?v=Pm88BEz3upM ] .
  • Circle Detection
    • You can use the OpenMV Cam H7 to easily detect circles in the image. See for yourself in this video [ https://www.youtube.com/watch?v=1M6uOoHYN9o ] .
  • Rectangle Detection
    • The OpenMV Cam H7 can also detect rectangles using our AprilTag library's quad detector code. Checkout the video here [ https://www.youtube.com/watch?v=zRoprce5W_Y ] .
  • Template Matching
    • You can use template matching with your OpenMV Cam to detect when a translated pre-saved image is in view. For example, template matching can be used to find fiducials on a PCB or read known digits on a display.
  • Image Capture
    • You can use the OpenMV Cam to capture up to 640x480 Grayscale/RGB565 BMP/JPG/PPM/PGM images. You directly control how images are captured in your Python script. Best of all, you can preform machine vision functions and/or draw on frames before saving them.
  • Video Recording
    • You can use the OpenMV Cam to record up to 640x480 Grayscale/RGB565 MJPEG video or GIF images (or RAW video [ https://www.youtube.com/watch?v=8FVoSF34zNM ] ). You directly control how each frame of video is recorded in your Python script and have total control on how video recording starts and finishes. And, like capturing images, you can preform machine vision functions and/or draw on video frames before saving them.

Finally, all the above features can be mixed and matched in your own custom application along with I/O pin control to talk to the real world.

Pinout

 [ https://cdn.shopify.com/s/files/1/0803/9211/files/cam-v4-pinout_b4fbafcb-fd48-4a86-926d-85c75c845b77.png?v=1591573979 ]

Schematic & Datasheets

  • OpenMV Cam H7 Datasheet (.pdf) [ https://cdn.shopify.com/s/files/1/0803/9211/files/OpenMV-H7.pdf?10726770933929369108 ]
    • OpenMV Cam H7 RoHS 3.0 Declaration [ https://cdn.shopify.com/s/files/1/0803/9211/files/OpenMV_Cam_H7_RoHS_3.0.pdf?53 ]
  • OpenMV Cam Base Schematic (.pdf) [ https://github.com/openmv/openmv-boards/raw/master/openmv4/base/base.pdf ]
    • Eagle Schematic (.sch) [ https://raw.githubusercontent.com/openmv/openmv-boards/master/openmv4/base/base.sch ]
    • Eagle Board (.brd) [ https://raw.githubusercontent.com/openmv/openmv-boards/master/openmv4/base/base.brd ]
  • OpenMV Cam OV7725 Schematic (.pdf) [ https://github.com/openmv/openmv-boards/raw/master/openmv4/sensors/OV7725/OV7725.pdf ]
    • Eagle Schematic (.sch) [ https://raw.githubusercontent.com/openmv/openmv-boards/master/openmv4/sensors/OV7725/OV7725.sch ]
    • Eagle Board (.brd) [ https://raw.githubusercontent.com/openmv/openmv-boards/master/openmv4/sensors/OV7725/OV7725.brd ]
  • Processor Datasheet: STM32H743VI (.pdf) [ https://cdn.shopify.com/s/files/1/0803/9211/files/STM32H743VI.pdf?16766726301665544870 ]
    • Reference Manual (.pdf) [ https://www.st.com/resource/en/reference_manual/dm00314099.pdf ]
  • Camera Datasheet: MT9M114 (.pdf) [ https://cdn.shopify.com/s/files/1/0803/9211/files/MT9M114-D.PDF?v=1625077005 ]
  • Regulator Datasheet: PAM2305AAB330 (.pdf) [ https://cdn.shopify.com/s/files/1/0803/9211/files/PAM2305AAB330.pdf?16766726301665544870 ]
    • Camera Regulator Datasheet: TPS731 (.pdf) [ https://cdn.shopify.com/s/files/1/0803/9211/files/TPS731.pdf?16766726301665544870 ]

Dimensions

 [ https://cdn.shopify.com/s/files/1/0803/9211/files/cam-dimensions-2.png?15793905036188790751 ]

Specifications

ProcessorARM® 32-bit Cortex®-M7 CPU
w/ Double Precision FPU
480 MHz (1027 DMIPS)
Core Mark Score: 2400
(compare w/ Raspberry Pi 2: 2340)
RAM Layout

64KB Stack
256KB .DATA/.BSS/Heap
512KB Frame Buffer/Stack
256KB DMA Buffers

Flash Layout128KB Bootloader
128KB Embedded Flash Drive
1792KB Firmware
(2MB Total)
Supported Image FormatsGrayscale
RGB565
JPEG (and BAYER)
Maximum Supported Resolutions

Grayscale: 640x480 and under
RGB565: 320x240 and under
Grayscale JPEG: 640x480 and under
RGB565 JPEG: 640x480 and under

Lens InfoFocal Length: 2.1mm
Aperture: F2.0
Format: 1/6"
HFOV = 60.7°, VFOV = 47.5°
Mount: M12*0.5
IR Cut Filter: 650nm (removable)
Electrical InfoAll pins are 5V tolerant with 3.3V output. All pins can sink or source up to 25mA. P6 is not 5V tolerant in ADC or DAC mode. Up to 120mA may be sinked or sourced in total between all pins. VIN may be between 3.6V and 5V. Do not draw more than 250mA from your OpenMV Cam's 3.3V rail.
Weight19g
Length45mm
Width36mm
Height30mm

Power Consumption

Idle - No μSD Card110mA @ 3.3V
Idle - μSD Card110mA @ 3.3V
Active - No μSD Card160mA @ 3.3V
Active - μSD Card170mA @ 3.3V

Temperature Range

Storage-40°C to 125°C
Operating-20°C to 70°C

Shipping Information

Country of OriginChina
HS Code854290
Wieght16.0g