Changes between Version 14 and Version 15 of VisionFramework
- Timestamp:
- Nov 19, 2017, 1:54:26 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisionFramework
v14 v15 11 11 * 3-pin female to female jumper wire 12 12 == Raspberry Pi Setup == 13 14 === Raspbian Lite === 13 15 Install [https://sourceforge.net/projects/win32diskimager/ Win32 Disk Imager][[BR]] 14 16 Install [https://downloads.raspberrypi.org/raspbian_lite_latest Raspian Lite] onto MicroSD card via Win32 Disk Imager … … 49 51 sudo shutdown -r now 50 52 }}} 51 53 ---- 54 ---- 55 ---- 56 === X server === 52 57 Install Xorg and Xinit: 53 58 {{{ … … 78 83 navigate to {{{Edit -> Profile Preferences -> Colors}}} to deselect {{{Use colors from system theme}}}[[BR]] 79 84 select {{{Built-in schemas: White on black}}} 80 85 ---- 86 ---- 87 ---- 88 === Development Tools === 89 ==== Java 8 ==== 81 90 Now that the terminal color scheme is not killing you, we are going to start off by installing java: 82 91 {{{ … … 89 98 }}} 90 99 100 ---- 101 ---- 102 ==== Pi4J (Java-GPIO Interface) ==== 91 103 Now we can install [http://pi4j.com/install.html pi4j], a Java interface for the pi GPIO: 92 104 {{{ … … 94 106 }}} 95 107 108 ---- 109 ---- 110 ==== rpi_ws281x (NeoPixel Control Library) ==== 96 111 Then we can use the rpi_ws281x library for controlling the [https://www.adafruit.com/category/168 Adafruit NeoPixel lightring][[BR]] 97 112 But first, let's install some tools and dependencies: … … 113 128 }}} 114 129 130 ---- 131 ---- 132 ==== OpenCV ==== 115 133 Now we are going to install OpenCV and its dependencies: 116 134 {{{