QUICK MENU

최근본상품 0

    prev
    /
    next

    추천상품 0

      prev
      /
      next

      장바구니 0

        prev
        /
        next

        위시리스트 0

          prev
          /
          next

          TOP BOTTOM
          네이버 톡톡  톡톡
          • OpenMV Cam은 현실 세계에서 머신 비전을 사용하여 애플리케이션을 쉽게 구현할 수 있게 해주는 소형, 저전력, 마이크로컨트롤러 보드입니다.
          • DFR0833 OpenMV Cam H7 Plus
            상품번호 : 22293

          • 판매가
            143,750
            회원등급
            2%추가할인 1%추가적립 자세히보기

            회원등급별 혜택

            • BASIC
              • 마일리지 1% 추가적립
            • VIP
              • 1% 추가할인
              • 마일리지 1% 추가적립
            • VVIP
              • 2% 추가할인
              • 마일리지 1% 추가적립
            닫기
            무이자할부
            5만원 이상 무이자 자세히보기

            무이자할부

            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            닫기
            배송
            • 3,000₩ (70,000₩ 이상 무료)
              추가배송비 : 3,000₩~4,000₩ (지역별)
              퀵서비스 착불 발송
              경동화물 착불 발송
              추가배송비 : 1지역:제주도 2지역:제주도외 도서
              달력
            적립혜택
            719₩
            상품정보

            상품정보제공고시

            품명 및 모델명 상세설명참조
            KC 인증 필 유무 상세설명참조
            정격전압,소비전력 상세설명참조
            동일모델의 출시년월 상세설명참조
            제조자,수입품의 경우 수입자를 함께 표기 상세설명참조
            제조국 상세설명참조
            크기, 무게 상세설명참조
            주요사양 상세설명참조
            품질보증기준 상세설명참조
            AS책임자와 전화번호 상세설명참조
            닫기
            고객평가
            0건  ★★★★★ (0/5)
            브랜드
            DFRobot
            브랜드
            DFRobot
            제조사
            DFRobot
            원산지
            CHINA
          • 상품옵션 상품옵션을 선택해 주세요
            모델명/품번
            • 총 상품금액
            • 143,750 (VAT포함)
          • 판매중지

          INTRODUCTION

          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 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.


          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 - at up to 12 Mb/s.
        • OpenMV provides the following libraries for interfacing your OpenMV Cam to other systems below:
        • Generic Python Interface Library for USB and WiFi Comms
        • Provides Python code for connecting your OpenMV Cam to a Windows, Mac, or Linux computer (or Raspberry Pi/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
        • FEATURES

        • The STM32H743II ARM Cortex M7 processor running at 480 MHz with 32MBs SDRAM + 1MB of SRAM and 32 MB of external flash + 2 MB of internal 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.
        • A μSD Card socket capable of 100Mbs reads/writes
        • 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.
        • A 12-bit ADC and a 12-bit DAC
        • Two 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.
        • APPLICATIONS

        • 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.

        • 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.

        • 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.

        • 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.

        • 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.

        • 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.

        • 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.

        • 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.

        • Data Matrix Detection/Decoding
        • The OpenMV Cam H7 can also detect and decode data matrix 2D barcodes too.

        • 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.

        • 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.

        • 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.

        • Circle Detection
        • You can use the OpenMV Cam H7 to easily detect circles in the image.

        • Rectangle Detection
        • The OpenMV Cam H7 can also detect rectangles using our AprilTag library's quad detector code.

        • 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). 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.

          SPECIFICATION

        • ARM® 32-bit Cortex®-M7 CPU
        • w/ Double Precision FPU
        • 480 MHz (1027 DMIPS)
        • Core Mark Score: 2400 (compare w/ Raspberry Pi 2: 2340)
        • 64KB Stack
        • 256KB .DATA/.BSS/Heap
        • 32MB Frame Buffer/Stack
        • 512KB SDRAM Cache
        • 256KB DMA Buffers
        • 128KB Bootloader
        • 16MB Embedded Flash Drive
        • 1792KB Firmware
        • Output/Input:3.3v/5v
        • Power Consumption
        •          Idle - No μSD Card 140mA @ 3.3V

                   Idle - μSD Card 140mA @ 3.3V

                   Active - No μSD Card 230mA @ 3.3V

                   Active - μSD Card 240mA @ 3.3V

        • Temperature Range
        •          Storage -40°C to 125°C

                   Operating -20°C to 70°C

          DOCUMENTS

          SHIPPING LIST

        • OpenMV Cam H7 Plus x1


        • 관련상품

          1. 주문하신 물품의 총 결제금액이 15만원 이상 (환율의 변동에 따라 다를 수 있음) 이면 과부가세가 발생합니다. 관부가세는 고객님께서 부담하시는 금액으로 문자를 통해 입금내역이 발송되며 해당 관세사로 입금하시면 통관처리됩니다.

          2. 해외구매 특성상 주문에서 배송까지는 평균 10~15일이 소요됩니다. 간혹 현지 제품 수급에 따라 부득이하게 시일이 더 소요 될 수 있으니 구매시 좀 더 여유있게 주문하시길 권합니다.

          3. 해외 내수품인 관계로 A/S에 대해서는 별도의 책임을 지지 않습니다.

          4. 해외배송 특성상 주문접수후 배송상태가 배송준비중으로 넘어간 경우 해외에서 국내로의 배송이 이루어지고 있다는 뜻입니다. 따라서 배송준비중으로 배송상태가 넘어간 경우 취소및 반품이 불가하므로 이점 양해 부탁드립니다.

          5. 타 해외구매대행 사이트에서 주문하신 물건과 주문날짜가 겹치지않도록 주의해 주십시오. 통관날짜가 같을 경우 합산관세가 부가되게 됩니다.
          faq
          회사명 : 원테크 | 사업자등록번호 : 671-34-00660 [사업자정보확인] | 주소 : 서울특별시 구로구 경인로53길 15 (중앙유통단지) 다동 3123호
          통신판매업 신고 : 제 2019-서울구로-1690호 | 연락처 : 02-6679-8533 | FAX : 02-6679-8532 | 개인정보보호 책임자 : 한혜정 | 대표자 : 한혜정
          contact : kkseo2@naver.com for more information
          회원님의 소중한 개인정보 보호를 위해 비밀번호를 주기적으로 변경하시는 것이 좋습니다.
          현재 비밀번호
          신규 비밀번호
          신규 비밀번호 확인
          6~20자, 영문 대소문자 또는 숫자 특수문자 중 2가지 이상 조합