# Pixy2

The Pixy is a small camera with a lot of features built into it. It can be used for various functions that need camera vision. This page will explain how to install PixiMon to interface with the Pixy camera. The installation can be done on Windows or Linux. Follow the instructions required for your own Operating System.

#### If you are using Windows, follow the instructions on this page:

{% embed url="<https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:install_pixymon_on_windows_vista_7_8>" %}

#### If you are using Linux follow these instructions:

{% embed url="<https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:installing_pixymon_on_linux>" %}

### Training the Pixy to detect certain objects.

The Pixy can also be trained to learn specific objects. If you want to make an algorithm that requires the Pixi to detect tennis balls, then you can train it to detect those specific balls. To do so you can follow the instructions on the link bellow:

{% embed url="<https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:teach_pixy_an_object_2>" %}

### Extra Information

For more information on the Pixi you can go through their documentation page linked bellow:

{% embed url="<https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:start>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nxp.gitbook.io/mobilerobotics/development-tools/pixy2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
