|
| 1 | +# Setup Development Environment with the Intel® NUC7i7DNHE (Dawson Canyon) |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +## Lab Overview and Objectives |
| 7 | + |
| 8 | + |
| 9 | +The labs in the Intel Visual Retail Workshop are organized in a progression that will result in each attendee building their own automated and secured, multi-device IoT network supporting Visual Retail scenarios. |
| 10 | + |
| 11 | +Start by making sure your computer, is ready for Visual Retail development. |
| 12 | + |
| 13 | +By the end of this module, you should be able to: |
| 14 | + |
| 15 | +* Unbox and setup your Intel® Hardware |
| 16 | +* Connect to your Intel® NUC7i7DNHE (Dawson Canyon) to power and monitor. |
| 17 | +* Install Windows 10 Pro |
| 18 | +* Install Media Server Studio |
| 19 | +* Install OpenCV with Python support |
| 20 | +* Copy the required lab exercises |
| 21 | + |
| 22 | +## Hardware Requirements |
| 23 | + |
| 24 | +6th Generation Core Processor (Skylake) |
| 25 | + |
| 26 | +1\. Unscrew the NUC7i7DNHE (Dawson Canyon) kit. |
| 27 | + |
| 28 | +2\. Upgrade 1 DDR3 RAM in provided slot properly. |
| 29 | + |
| 30 | +3\. Insert Solid state drive in the back case. |
| 31 | + |
| 32 | +4\. Screw the NUC7i7DNHE (Dawson Canyon) kit. |
| 33 | + |
| 34 | +5\. Power on the NUC7i7DNHE (Dawson Canyon) with Monitor connected. |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +## Software Requirements |
| 39 | + |
| 40 | +There are manual and automatic named two ways to configure Windows environment for Visual Retail Workshop |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +## Automatic Windows Configuration |
| 45 | + |
| 46 | +1\. Automatic method involves the windows image created by Macrium Software and placed in [Visual Retail Windows Image](\\10.224.54.1\Raghavendra\Visual_Retail_Windows_Image) |
| 47 | + |
| 48 | +Copy the above images in suitable storage device |
| 49 | + |
| 50 | +2\. Prepare a Resuce disk (USB) using the ISO provided in [Rescue ISO](\\10.224.54.1\Raghavendra\Rescue.iso) according to the instructions given in [Creating rescue media](https://knowledgebase.macrium.com/display/KNOW7/Creating+rescue+media) |
| 51 | + |
| 52 | +3\. Boot through this rescue disk and restore the above said windows image using the instructions given in [Restoring a system image](https://knowledgebase.macrium.com/display/KNOW7/Restoring+a+system+image) |
| 53 | + |
| 54 | +4\. On Completion of system image restore, it asks to reboot, after which the Windows system will be ready for Visual Retail Workshop |
| 55 | + |
| 56 | +5\. Through elevated command prompt run Desktop > Retail > 01-MARS > filterDlls > regdll.bat, execute to register the dlls required for Mars |
| 57 | + |
| 58 | +6\. Shutdown the system, unplug the cables and stick Intel logo provided in the box, on to the NUC7i7DNHE (Dawson Canyon) and pack the box. |
| 59 | + |
| 60 | +Note:- [Windows Boot Troubleshoot](http://kb.macrium.com/KnowledgebaseArticle50168.aspx) |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +Note:-If the automatic configuration fails, you can try manual installation as follows |
| 65 | + |
| 66 | +## Manual Windows Configuration |
| 67 | + |
| 68 | +1\. Power on the Intel NUC7i7DNHE (Dawson Canyon) |
| 69 | + |
| 70 | +2\. Press F10 and boot from Windows 10 USB prepared using [Windows 10](\\10.224.54.1\Raghavendra\en_windows_10_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9058187.iso) |
| 71 | + |
| 72 | +3\. Install Windows 10. |
| 73 | + |
| 74 | +4\. Set Username: intel and Password: intel123 |
| 75 | + |
| 76 | +5\. Download Workshop contents from [Workshop folder](\\10.224.54.1\Raghavendra\Bangalore-Workshop) |
| 77 | + |
| 78 | +6\. Open the command prompt in admin mode and navigate to downloaded Workshop folder |
| 79 | + |
| 80 | +7\. Goto 00-Installers, RunMe1.bat to install drivers. Don't restart in between. |
| 81 | + |
| 82 | +8\. Reboot the system after RunMe1.bat finishes. |
| 83 | + |
| 84 | +9\. Execute RunMe2.bat to install WindowsSDK, Directx 11 and [Visual Studio 10.](\\10.224.54.1\Raghavendra\en_visual_studio_2010_professional_x86_dvd_509727.iso) |
| 85 | + |
| 86 | +Note:- Directx installation may ask for .NET framework 3.5 for which internet connection is a must. |
| 87 | + |
| 88 | +10\. Execute RunMe3.bat to unmount the VS image, register Mars dlls, install opencv and Mesh commander. |
| 89 | + |
| 90 | +11\. Copy folders 01 - 04 to Desktop > Retail |
| 91 | + |
| 92 | +12\. Through elevated command prompt run Desktop > Retail > 01-MARS > filterDlls > regdll.bat, execute to register the dlls required for Mars |
| 93 | + |
| 94 | +13\. Goto Desktop Retail > 01-Mars > Bin > Right Click on MARS.exe and Send to Desktop (create a link). |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | +## Verification and Validation |
| 99 | + |
| 100 | +1\. Run MARS.exe and check if one video is running properly. |
| 101 | + |
| 102 | +2\. Run Python idle. Type: import cv2 |
| 103 | + |
| 104 | +3\. It should not give any error. |
| 105 | + |
| 106 | +4\. Type: print cv2.\_\_version\_\_ |
| 107 | + |
| 108 | +5\. It should display the cv2 version |
| 109 | + |
| 110 | +6\. Create System Restore point named "Retail". |
| 111 | + |
| 112 | +7\. Shutdown the system, unplug the cables and stick Intel logo provided in the box, on to the NUC7i7DNHE (Dawson Canyon) and pack the box. |
| 113 | + |
| 114 | +## Read about the next lab |
| 115 | + |
| 116 | + |
| 117 | +Congratulations! You have successfully setup your Intel® NUC7i7DNHE (Dawson Canyon) with Windows for Visual Retail workshop. In the next section, you will learn how to enhance the video performance using Intel software. |
0 commit comments