Just publish a manual for building the rEmotion platform: Try to build your own! Supporting software is in development. Error happened.
Tag: manual
Setting up Virtual Machine with Ubuntu to work through console in Windows
Here is how to work with Linux inside a virtual machine from Windows using ssh client and VirtualBox. If you will use any command line ssh client you could use all Linux functions right inside your standard Windows Command Line…
Configure Visual Studio toolchain on Eclipse
1. Install software: 2. Open Eclipse -> Help -> Install New Software… -> Work with: http://download.eclipse.org/tools/cdt/releases/9.4/ -> CDT Optional Features -> C/C++ Visual C++ Support 9.4.3.201802261533 -> Next -> Agree -> Install -> Finish -> Restart 3. Close Eclipse 4. Open Developer Command Prompt for VS 2017 and…
Install OpenCV for Visual Studio C++ development
1. Get software: 2. Install Visual Studio; Unpack OpenCV somethere and add enviromental variable OPENCV\_DIR = C:\\opencv-3.4.1-vc14\_vc15\\opencv\\build\\x64\\vc15 3. Create Windows Console Application in Visual Studio 4. Add OpenCV to a project property 5. Add code (add path to you image at…
Turn On UART on Raspberry
1 2 # Enable UART enable\uart=1 Error happened.