Skip to content

rgm3/bonepeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bonepeg

A program to stream video from a webcam to the Peggy 2 via i2c on the BeagleBone Black. Currently it's more of an ASCII-cam, since i2c output isn't implemented, but terminal preview of video feed is.

A re-implementation of the method used in Video Peggy in action without the laptop and Arduino.

Building

Requires the OpenCV libraries.

On Mac OS X with macports:

    # sudo port install opencv
    # make

Linux Mint

    # sudo apt-get install g++ libncurses5-dev libopencv-dev
    # make

Links

v4l2-ctl - Listing devices, capabilities, and settings

To display all available v4l2 information:

v4l2-ctl --all

Formats that the device can provide:

v4l2-ctl --list-formats

Terminal chromophilia

Ask your doctor if these are right for you:

About

BeagleBone to Peggy 2 video streamer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published