brianczapiga / openpilot-snapshot

Take snapshot while OpenPilot is running using VisionIPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openpilot Snapshot

Introduction

This code was written as an example of how to pull an RGB image from the rear camera on Comma AI Openpilot. This code was written for OpenPilot v0.7.2 and will stop working in the future when VisionIPC is removed/replaced.

The code connects to VisionIPC and pulls an image from the rear camera. Camerad must be running for an image to be pulled.

Compiling

This example code is meant to be compiled on the EON. Simply run make

Credits and Attributions

Credits:

Contains code from:

About

Take snapshot while OpenPilot is running using VisionIPC


Languages

Language:C++ 92.9%Language:Makefile 7.1%