Skip to content

Inseye/Inseye-Remote-Connector-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository contains source code of a library that connects to Inseye-Remote-Connector-Desktop and serves inseye gaze data to any application.

License

This repository is part of Inseye Software Development Kit.

By using content of this repository you agree SDK License

Documentation

The project is build using cmake and is split into three separate targets:

  • lib, main build target building the library, stored in lib directory
  • sample_c, an example of use in c programming language, stored in sample_c
  • sample_cpp, an example of use in cpp programming language, stored in sample_cpp

Building the project

Example showing hot to build sample cpp (using cmake delivered with Microsoft Visual C++ toolchains).

cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./cmake-b-release

then:

cmake --build .\cmake-b-release\ --target sample_cpp

The library

The library builds into single .dll/.lib file. There is single header required to include - remote_connector.h. The library connects to Inseye-Remote-Connector-Desktop running on the same machine and consumes gaze data from it.

About

Windows native library that connects with Inseye-Remote-Service-Desktop

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published