# Headless C Sample Code for IntelĀ® RealSenseā„¢ cameras
**Code Examples to start prototyping quickly:** These C simple examples demonstrate how to easily use the SDK to include code snippets that access the camera into your applications using C API.

## List of Samples:

1. [Depth](./depth) - Streaming with depth and visualize the frames over the terminal window.
2. [Color](./color) - Streaming with color and print the frame information.
3. [Distance](./distance) - Streaming with depth and print the distance from the camera to the object in the center of the image.

## Additional Community Contributions:

1. [minimal_realsense2](https://github.com/SirDifferential/minimal_realsense2) - showcasing streaming and presets