This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:v3:video [2018/09/19 21:05] jfrench - Imported by DokuWiki Advanced Plugin |
wiki:v3:video [2018/09/21 21:29] (current) pixycam |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Video ====== | + | ===== Video ===== |
- | The video program simply displays raw video without any processing. | + | The video program displays video -- simple! It can also be used to get red, green and blue pixel values of specified locations within the video images. Check out the [[wiki:v2:video_api|video API]] for more details. |
+ | |||
+ | |||
+ | {{wiki:v2:image_512.png}} | ||
+ | |||
+ | |||
+ | We noticed that several Pixy1 users were using Pixy to just sense color values, but using the color connected components algorithm to do so. | ||
+ | To make these kinds of color sensing applications easier (we're talking to you, Rubik's cube solvers!), we added the [[wiki:v2:video_api|getRGB()]] function to the video program. We won't be giving any TED talks on this feature, but we hope it's useful. :) | ||
+ | |||
+ | |||
+ | Note, [[wiki:v2:pixymon_overview|PixyMon]] displays the x, y mouse location in image coordinates in the lower right corner of the main window to help determine the coordinates to request from getRGB(). | ||
- | {{wiki:v2:image_254.png}} |