Visioscan Set SDK Libraries 1.0.14
Visioscan Set SDK Help documentation file for C++ and C++/CLI
 
Loading...
Searching...
No Matches
Introduction

This project intends to ensure the B.E.A RAW data's family sensor's encapsulation.

Getting Started

1. Installation process

The prerequisists LIBUSB must be checked out prior to build any project. Solution structure must be:

-- Working Directory
|
-- Solution Folder (the place I will checkout this solution)
|
-- libusb-source (the place I will checkout the libusb source code)
|
-- android
|
-- build
|
-- doc
|
-- (...)
|
-- libusb (<- libusb sources)

2. Software dependencies

Solution depends on the libusb source code (which can be fount here https://github.com/libusb/libusb.git) To ensure that dependencies are well distributed, OUTPUT directories must be set to the same Solution projects output directory. Otherwise, compile and link may fail.

3. Latest releases

Master is the latest release

4. API references

API documentation can be generated using DOxygen tool

Build and Test

Open visual studio 2022, build the solution in any variant you want