# Home

<figure><img src="https://1692736873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZd3JnWpxV76WkW0ezohM%2Fuploads%2FMIMDfYkigYRGs97H0dPL%2FSynapse%20Vision%20FRC%20(1)%20(1).png?alt=media&#x26;token=58c05c18-4ae6-4d2b-ab43-c5a4c9e7b97e" alt=""><figcaption></figcaption></figure>

Synapse is a vision processing library and toolset for FRC[^1] designed to enable easy extensibility and pipeline development with a style similar to robot code.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td> <strong>Extendability</strong></td><td>Write custom pipelines and vision processing code, in addition to the prewritten pipelines</td><td><a href="https://1692736873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZd3JnWpxV76WkW0ezohM%2Fuploads%2F0vIKoGHsLRFXpRnA8QjY%2Fsettings.png?alt=media&#x26;token=a9cb42a9-3ab5-4d92-807e-dddfec769e4c">settings.png</a></td></tr><tr><td><strong>Iterating</strong></td><td>Fast iteration and deployment time with a Robot-Code deployment system</td><td><a href="https://1692736873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZd3JnWpxV76WkW0ezohM%2Fuploads%2FDYUWeJ7ghRx7FsYFZhpr%2Frush.png?alt=media&#x26;token=8f78e65c-a9cb-473b-a0e7-a602ec3bb07b">rush.png</a></td></tr><tr><td><strong>UI Integration</strong></td><td>All code pipelines automatically are tunable and work via the UI, without modifying the UI code itself</td><td><a href="https://1692736873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZd3JnWpxV76WkW0ezohM%2Fuploads%2FQIPZA1d9myPuIHpXtnqi%2Fux-design.png?alt=media&#x26;token=96061cae-c675-4764-962d-2b175691b432">ux-design.png</a></td></tr></tbody></table>

{% hint style="info" %}
Synapse refers to the complex process by which the brain's visual system utilizes synapses, the connections between neurons, to analyze and interpret visual information. This processing begins in the retina, with the first synapses forming between photoreceptors and downstream neurons, and extends to higher brain areas like the occipital lobe, the brain's visual processing center.  (Wikipedia)
{% endhint %}

## Source Code

The source code for the entirety of Synapse is available on [GitHub](https://github.com/DanPeled/Synapse)

## Contact Us

To report a bug or submit a feature request for Synapse, please [submit an issue on the Synapse GitHub](https://github.com/DanPeled/Synapse) or contact the developers on [Discord](https://discord.gg/zHJRV8Stj3)

[^1]: FIRST Robotics Competition
