> For the complete documentation index, see [llms.txt](https://docs.k9rockettech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k9rockettech.com/research-resources/night-vision-basics.md).

# Night Vision Basics

## Introduction

If you are developing night vision or have interest in it, here are some resource we found immensely helpful with getting started. Researching about not only the technical aspects of night vision, but how different setups work will always make you a better developer. For more in depth overviews on electro optics, check out this page [here.](/research-resources/thermal-and-electro-optics.md)

{% hint style="info" %}
All credits to the respective authors, make sure to give them the credit they deserve.
{% endhint %}

## How Analog Night Vision Works

One of the best explanation of a rather technical topic by Gloom Group

{% embed url="<https://gloomgroup.com/blogs/night-vision-info/night-vision-how-it-works>" %}

Once you've learned how they work, here's more articles on different options.&#x20;

{% embed url="<https://gloomgroup.com/blogs/night-vision-info/night-vision-green-phosphor-vs-white-phosphor?_pos=1&_sid=d4aa5f924&_ss=r>" %}

{% embed url="<https://gloomgroup.com/blogs/night-vision-info/night-vision-filmed-vs-unfilmed-tubes?_pos=2&_sid=d4aa5f924&_ss=r>" %}

{% embed url="<https://gloomgroup.com/blogs/night-vision-info/night-vision-single-tube-vs-dual-tubes?_pos=16&_sid=d4aa5f924&_ss=r>" %}

##

## Digital NVGs vs Analog

Another great write up by Gloom Group, and a great video by T-Rex arms.

{% embed url="<https://gloomgroup.com/blogs/night-vision-info/night-vision-digital-vs-analog?_pos=1&_sid=ffda2e9a7&_ss=r>" %}

{% embed url="<https://www.youtube.com/watch?v=CFDNEjJ0cME>" %}
(Source: T.REX ARMS YouTube.com)
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=UCyTQ15qblw>" %}
(Source: T.REX ARMS YouTube.com)
{% endembed %}

## Night Vision Setups

{% embed url="<https://www.youtube.com/watch?v=ojeaBBX-Juw>" %}
(Source: T.REX Arms YouTube.com)
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=xLYorDf0WXU>" %}
(Source: Warrior Poet Society YouTube.com)
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=51C1-SNAlhk>" %}
(Source: Garand Thumb YouTube.com)
{% endembed %}

## Building Out Night Vision Devices

{% embed url="<https://youtu.be/vSumk0HeNqc>" %}
(Source: S2 Underground YouTube.com)
{% endembed %}

{% embed url="<https://devastratactical.com/spec-ops-dog-k9-vision-system/>" %}

## Product examples

{% embed url="<https://tnvc.com/shop/category/night-vision/night-vision-goggles/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.k9rockettech.com/research-resources/night-vision-basics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
