Free shipping for orders above $500…
  • Privacy Policy
  • Refund and Returns Policy
Select category
  • Select category
  • Industrial robotics
    • Contactors
    • Human-Module Interface (HMI)
    • Industrial Robots
  • Professional & Service Robots
    • Autonomous Vehicles
    • Commercial Floor Cleaning Robots
    • Defense, Security, Surveillance & Inspection
    • Delivery Robots
    • Disinfection Robots
    • Entertainment Robots
    • Guide & Telepresence
    • HVAC & Pipe Inspection Robots
    • Robot Manipulators
    • Unmanned Aerial Vehicles (UAV)
    • Unmanned Underwater Vehicles (UUV)
  • Robot Shop
  • Robot Toys
    • Entertainment Robot Toys
    • R/C Robot Toys
    • Robot Dogs, Cats & Pets
    • Robot Gadgets
  • Robots for the House & Recreation
    • Domestic Robot Accessories
    • Domestic Robot Replacement Parts
    • Personal & Domestic Robots
      • Robot Floor Cleaners
      • Robot Lawn Mowers
        • Ambrogio Robot Mowers
      • Robot Vacuums
        • Dreame Vacuums
        • Ecovacs Deebot Robot Vacuums
        • Eufy RoboVac Robot Vacuums
        • Makita Robot Vacuums
        • Miscellaneous Robot Vacuums
        • Neato Robotics Botvac Robot Vacuums
        • Trifo Robot Vacuum
      • Robots for the pool
      • Robots for the Pool
    • Smart Home
  • Robots to Build & Experiment
    • Robot Books
    • Robot Parts
    • Robotics Education
    • Robots & Kits
    • ROS Compatible Robots And Parts
    • Tools & Equipment
    • UAVs & Drones
  • Wearable Technology
    • DIY Wearables
    • Fitness & Health
Login / Register
0 Wishlist
0 Compare
0 items / $0.00
Menu
0 items / $0.00
Browse Categories
  • Industrial robotics
  • Professional & Service Robots
  • Robot Toys
  • Robots for the House & Recreation
  • Robots to Build & Experiment
  • RobotShop App Store
  • Wearable Technology
  • Home
  • Shop
  • Blog
  • About us
  • Contact us
Click to enlarge
Home Shop Robots to Build & Experiment Robot Parts Charmed Labs Pixy 2.1 CMUcam5 Image Sensor
Lynxmotion SSC-32U USB Servo Controller $44.95
Back to products
Lynxmotion AL5D PLTW Robotic Arm Kit $393.80

Charmed Labs Pixy 2.1 CMUcam5 Image Sensor

$65.90

Product Highlights

  • Charmed Labs Pixy 2.1 CMUcam5 Image Sensor
  • Smaller and faster (60 frames per second) than the previous version (Pixy1)
  • New “line following” mode with custom algorithms for detecting and tracking lines
  • Improved PixyMon software (PC/Mac/Linux application)
Compare
Add to wishlist
Category: Robot Parts
Share:
  • Description
  • Reviews (0)
  • Shipping & Delivery
Description

Description

  • Charmed Labs Pixy 2.1 CMUcam5 Image Sensor
  • Smaller and faster (60 frames per second) than the previous version (Pixy1)
  • New “line following” mode with custom algorithms for detecting and tracking lines
  • Improved PixyMon software (PC/Mac/Linux application)

The Charmed Labs Pixy 2.1 CMUcam5 Image Sensor features a smaller, faster and more capable than the original Pixy.

Pixy 2 can learn to detect objects that you teach it, just by pressing a button.  Additionally, it has new algorithms that detect and track lines for use with line-following robots.  The new algorithms can detect intersections and “road signs” as well. The road signs can tell your robot what to do, such as turn left, turn right, slow down, etc.

Wider field-of-view

The new version 2.1 has an 80 degree field-of-view and offer a larger field of view. There is some spherical distortion with the new lens, which comes with the wider field-of-view.

Replaceable lens and Adjustable focus

The M12 lens mount allows you to substitute a different lens and has an adjustable focus that allows focusing on objects at practically any distance, including as close as 0.25 inch.

Less chromatic distortion and Less pixel noise

The new lens has virtually no chromatic distortion at the edges, whereas the previous Pixy version had measurable chromatic distortion.

Also, the new lens has an F-stop of 2.0 vs the previous lens which had an F-stop of over 3.0. This means better light gathering ability, more signal and less noise for a given amount of ambient light. Less noise means better detection accuracy for this new Pixy version.

 

Charmed Labs Pixy 2.1 CMUcam5 Image Sensor - Click to Enlarge

If you want your robot to perform a task such as picking up an object, chasing a ball, locating a charging station, etc., and you want a single sensor to help accomplish all of these tasks, then vision is your sensor. Vision (image) sensors are useful because they are so flexible. With the right algorithm, an image sensor can sense or detect practically anything.

But there are two drawbacks with image sensors: 1) they output lots of data, dozens of megabytes per second, and 2) processing this amount of data can overwhelm many processors. And if the processor can keep up with the data, much of its processing power won’t be available for other tasks.

Charmed Labs Pixy 2.1 CMUcam5 Image Sensor - Click to Enlarge

Pixy2 addresses these problems by pairing a powerful dedicated processor with the image sensor. Pixy2 processes images from the image sensor and only sends the useful information (e.g. purple dinosaur detected at x=54, y=103) to your microcontroller. And it does this at frame rate (60 Hz). The information is available through one of several interfaces: UART serial, SPI, I2C, USB, or digital/analog output. So your Arduino or other microcontroller can talk easily with Pixy2 and still have plenty of CPU available for other tasks.

60 frames per second

What does “60 frames per second” mean? In short, it means Pixy2 is fast. Pixy2 processes an entire image frame every 1/60th of a second (16.7 milliseconds). This means that you get a complete update of all detected objects’ positions every 16.7 ms. At this rate, tracking the path of falling/bouncing ball is possible. (A ball traveling at 40 mph moves less than a foot in 16.7 ms.) If your robot is performing line following, your robot will typically move a small fraction of an inch between frames.

Charmed Labs Pixy 2.1 CMUcam5 Image Sensor - Click to Enlarge

Purple dinosaurs (and other things)

Pixy2 uses a color-based filtering algorithm to detect objects called the Color Connected Components (CCC) algorithm. Color-based filtering methods are popular because they are fast, efficient, and relatively robust. Most of us are familiar with RGB (red, green, and blue) to represent colors. Pixy2 calculates the color (hue) and saturation of each RGB pixel from the image sensor and uses these as the primary filtering parameters.

The hue of an object remains largely unchanged with changes in lighting and exposure. Changes in lighting and exposure can have a frustrating effect on color filtering algorithms, causing them to break. Pixy2’s filtering algorithm is robust when it comes to lighting and exposure changes.

Seven color signatures

Pixy2’s CCC algorithm remembers up to 7 different color signatures, which means that if you have 7 different objects with unique colors, Pixy2’s color filtering algorithm will have no problem identifying them. If you need more than seven, you can use color codes.

Charmed Labs Pixy 2.1 CMUcam5 Image Sensor - Click to Enlarge

PixyMon lets you see what Pixy sees

PixyMon is an application that runs on Windows, MacOs and Linux. It allows you to see what Pixy sees, either as raw or processed video. It also allows you to configure your Pixy, set the output port and manage color signatures. PixyMon communicates with Pixy over a standard mini USB cable. PixyMon is great for debugging your application.

Charmed Labs Pixy 2.1 CMUcam5 Image Sensor - Click to Enlarge

Controller support

Pixy can easily connect to lots of different controllers because it supports several interface options (UART serial, SPI, I2C, USB, or digital/analog output), but Pixy began its life talking to Arduinos. Support for Arduino Due, Raspberry Pi and BeagleBone Black have been added.

Specifications

New features added to Pixy2

  • Pixy2 detects lines, intersections and small barcodes, intended for line-following robots
  • Improved framerate – 60 frames-per-second
  • Tracking algorithms have been added to color-based object detection
  • Improved and simplified libraries for Arduino, Raspberry Pi and other controllers
  • Integrated light source

Features like the original Pixy

  • Small, fast, easy-to-use, low-cost, readily-available vision system
  • Learns to detect objects that you teach it
  • Connects to Arduino with included cable. Also works with Raspberry Pi, BeagleBone and similar controllers
  • All libraries for Arduino, Raspberry Pi, etc. are provided
  • C/C++ and Python are supported
  • Communicates via one of several interfaces: SPI, I2C, UART, USB or analog/digital output
  • Configuration utility runs on Windows, MacOS and Linux
  • All software/firmware is open-source GNU-licensed
  • All hardware documentation including schematics, bill of materials, PCB layout, etc. are provided

Technical

  • Lens type: Standard M12
  • Processor: NXP LPC4330, 204 MHz, dual core
  • Image sensor: Aptina MT9M114, 1296×976 resolution with integrated image flow processor
  • Lens field-of-view: 80 degrees horizontal, 40 degrees vertical
  • Power consumption: 140 mA typical
  • Power input: USB input (5V) or unregulated input (6V to 10V)
  • RAM: 264K bytes
  • Flash: 2M bytes
  • Available data outputs: UART serial, SPI, I2C, USB, digital, analog
  • Dimensions: 1.75 x 1.9 x 0.6 inch
  • Weight: 10 grams
  • Integrated light source, approximately 20 lumens

Useful Links

ZIP File

  • Charmed Labs Pixy 2.1 CMUcam5 Image Sensor – Documentation

Blog

  • New Version of Pixy Now Available on RobotShop !

Website

  • Charmed Labs Pixy 2.1 CMUcam5 Image Sensor – Quickstart

Multimedia

             

Supplier Product Code

Pixy2

Related

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Charmed Labs Pixy 2.1 CMUcam5 Image Sensor” Cancel reply

Your email address will not be published. Required fields are marked *

Shipping & Delivery
wd-ship-1
wd-ship-2

MAECENAS IACULIS

Vestibulum curae torquent diam diam commodo parturient penatibus nunc dui adipiscing convallis bulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames nunc natoque dui.

ADIPISCING CONVALLIS BULUM

  • Vestibulum penatibus nunc dui adipiscing convallis bulum parturient suspendisse.
  • Abitur parturient praesent lectus quam a natoque adipiscing a vestibulum hendre.
  • Diam parturient dictumst parturient scelerisque nibh lectus.

Scelerisque adipiscing bibendum sem vestibulum et in a a a purus lectus faucibus lobortis tincidunt purus lectus nisl class eros.Condimentum a et ullamcorper dictumst mus et tristique elementum nam inceptos hac parturient scelerisque vestibulum amet elit ut volutpat.

Related products

Compare

Pololu 37D mm Metal Gearmotor Bracket (Pair)

Robot Parts
$7.95

Product Highlights

  • Securely mount Pololu's 37D mm metal gear motors to your project
  • Includes twelve M3 screws (six for each bracket)
  • Each bracket features seven mounting holes for M3 or #4-size screws (not included)
  • The pictured hub (not included) works nicely with this bracket
  • Light-weight

Product Code: RB-Pol-03

Add to wishlist
Add to cart
Quick view
Compare

Leap Motion Controller

Robot Parts
$136.67
Returns are not accepted on Special Order and Clearance Items except when they are found defective, in which case the product may be repaired or replaced at Robot Shop's discretion.

Product Highlights

  • Leap Motion Controller
  • Features highly accurate V4 hand and finger tracking
  • Offers a 135° field of view and up to 80 cm range
  • Tracks objects and captures high-speed infrared footage
  • Interacts directly with digital content, VR & AR apps
  • Includes demos of Particles, Paint, and Cat Explorer
Add to wishlist
Add to cart
Quick view
Compare

16GB SD Card with NOOBS for Raspberry Pi

Robot Parts
$11.99

Product Highlights

  • Handy little 16GB microSD card
  • Perfect for a Raspberry Pi beginners and experienced
  • Created to educate children about computing and programming
  • NOOBS is pre-installed in microSD

Product Code: RB-Ras-19

Add to wishlist
Add to cart
Quick view
Compare

4 Channel 5V Relay Shield Module

Robot Parts
$8.49

Product Highlights

  • 5V 4-Channel Relay interface board, and each one needs 15-20mA Driver Current
  • Equiped with high-current relay, AC250V 10A ; DC30V 10A
  • Standard interface that can be controlled directly by microcontroller (Arduino , 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL logic)
  • Indication LEDs for Relay output status

Product Code: RB-Suf-05

Add to wishlist
Add to cart
Quick view
Compare

Lynxmotion SSC-32U USB Servo Controller

Robot Parts
$44.95

Product Highlights

  • Stock of this product has been reserved
  • Controls up to 32 servo motors
  • Comes preassembled
  • USB interface (cable included), Xbee socket, and TTL serial
  • Bidirectional communication with Query commands
  • Large capacitors to prevent brownouts
This product replaces RB-Lyn-100 and is an improved USB version.
Add to wishlist
Add to cart
Quick view
Compare

Replacement Motor Top for Snap Circuits

Robot Parts
$0.25

Product Highlights

  • Replacement motor top for snap circuits
  • Can be bought as spare for lost or broken product

Product Code: RB-Ibo-373

Add to wishlist
Add to cart
Quick view
Compare

Illuminated Toggle Switch On / Off (Red)

Robot Parts
$3.50

Product Highlights

  • Toggle Switch and Cover - Illuminated (Red)
  • Rated for 12V 20A
  • Includes Missile Switch Cover
  • LED can be illuminated with as low as 3.3V

Product Code: RB-Spa-709

Add to wishlist
Add to cart
Quick view
Compare

Aluminum Sprockets (0.250) 16T

Robot Parts
$3.99

Product Highlights

  • 16 Teeth sprocket
  • Works well with aluminum hubs and gearmotors
  • 0.100'' thick and accept standard 0.25'' (1/4'') metal or plastic chain
  • Extremely strong and light weight
  • 1/2'' Bore

Product Code: RB-Sct-228

Add to wishlist
Add to cart
Quick view
Browse
  • Home
  • Shop
  • Blog
  • About us
  • Contact us
Products
  • Conductive Thread - 360 Yards $52.77
  • myAGV- Highly-Mobile Raspberry Pi-Based Robotics Platform $699.00
Recent Posts
  • Chatango Evaluation
    March 13, 2023 No Comments
  • East European Matchmaker: Erfolgreich Kultivierung Langfristig Beziehungen zwischen tschechischen Frauen und Amerikanern Männern
    March 9, 2023 No Comments
logo - white
  • 1440 E Minnesota Ave, FL 32763
  • Phone: (865) 409-1625
  • Email: Info@robot-shop.org
ROBOT SHOP 2022 All Rights Reserved.
payments
  • Menu
  • Categories
  • Industrial robotics
  • Professional & Service Robots
  • Robot Toys
  • Robots for the House & Recreation
  • Robots to Build & Experiment
  • RobotShop App Store
  • Wearable Technology
  • Home
  • Shop
  • Blog
  • About us
  • Contact us
  • Wishlist
  • Compare
  • Login / Register
Shopping cart
close

Sign in

close

Lost your password?

No account yet?

Create an Account
Shop
0 Wishlist
0 items Cart
My account