Changes between Version 14 and Version 15 of VisionFramework


Ignore:
Timestamp:
Nov 19, 2017, 1:54:26 PM (7 years ago)
Author:
benjialbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisionFramework

    v14 v15  
    1111* 3-pin female to female jumper wire
    1212== Raspberry Pi Setup ==
     13
     14=== Raspbian Lite ===
    1315Install [https://sourceforge.net/projects/win32diskimager/ Win32 Disk Imager][[BR]]
    1416Install [https://downloads.raspberrypi.org/raspbian_lite_latest Raspian Lite] onto MicroSD card via Win32 Disk Imager
     
    4951sudo shutdown -r now
    5052}}}
    51 
     53----
     54----
     55----
     56=== X server ===
    5257Install Xorg and Xinit:
    5358{{{
     
    7883navigate to {{{Edit -> Profile Preferences -> Colors}}} to deselect {{{Use colors from system theme}}}[[BR]]
    7984select {{{Built-in schemas: White on black}}}
    80 
     85----
     86----
     87----
     88=== Development Tools ===
     89==== Java 8 ====
    8190Now that the terminal color scheme is not killing you, we are going to start off by installing java:
    8291{{{
     
    8998}}}
    9099
     100----
     101----
     102==== Pi4J (Java-GPIO Interface) ====
    91103Now we can install [http://pi4j.com/install.html pi4j], a Java interface for the pi GPIO:
    92104{{{
     
    94106}}}
    95107
     108----
     109----
     110==== rpi_ws281x (NeoPixel Control Library) ====
    96111Then we can use the rpi_ws281x library for controlling the [https://www.adafruit.com/category/168 Adafruit NeoPixel lightring][[BR]]
    97112But first, let's install some tools and dependencies:
     
    113128}}}
    114129
     130----
     131----
     132==== OpenCV ====
    115133Now we are going to install OpenCV and its dependencies:
    116134{{{