Quick Start application demonstrates how to create a simple imaging application using the Lumia Imaging SDK. It shows how to apply a filter effect to an image and save it to file.
The example has been developed as a Universal app for Windows 10
For more information on implementation, visit Microsoft Windows Dev Center: Lumia Imaging SDK
- Usage
This is a simple build-and-run solution. See section 5 for instructions on how to run the application on your Windows 10 device.
- Prerequisites
- VB basics
- Windows 10
- Development environment Microsoft Visual Studio Express 2015 for Windows
- Project structure and implementation
- The root folder contains the project file, the license information and this file.
QuickStart
: Root folder for the implementation files.QuickStart.Shared
: Project shared between Windows Phone and Windows Store appsQuickStart.Windows
: Windows Store specific projectQuickStart.WindowsPhone
: Windows Phone specific project
File | Description |
---|---|
Quickstart.Shared\MainPage.xaml.vb |
Main page, displays photo rendered with applied filter. |
- Compatibility
The application works on Windows 10.
Developed with Microsoft Visual Studio Professional 2015.
None.
- Building, installing, and running the application
Make sure you have the following installed:
- Windows 10
- Visual Studio 2015 or 2015 Express for Windows
-
Open the solution file: FILE -> Open Project, select the file QuickStart.sln
-
Open the NuGet solution package manager (TOOLS -> NuGet Package Manager -> Manage packages for solution)
-
Press 'Restore' to restore missing packages
-
Unload/reload the projects, or close and reopen the solution (this is needed for Visual Studio to refresh the references for the projects)
-
Right click on one of the platform specific projects and select "Set as StartUp project"
-
Select the correct target and platform combination (Device/ARM, Local Machine/x86 etc.)
-
Deploy and launch the app on the selected platform: DEBUG -> Start (Without) Debugging
-
License
See the license text file delivered with this project
- Version history
- 1.0.0.0: First public release of Quick Start for Windows 10