Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
#include "sr/core_c.h"
#include "sr/sense/cameras/videoframe.h"
#include "sr/sense/cameras/cameradescriptor.h"
Go to the source code of this file.
Macros | |
#define | SRAPI |
Typedefs | |
typedef void * | SR_camera |
typedef void * | SR_videoListener |
Functions | |
SRAPI SR_camera | createCamera (SRContext context) |
Creates a functional Camera instance. More... | |
SRAPI SR_camera | createCameraByDescriptor (SRContext context, SR_cameraDescriptor descriptor) |
Creates a Camera instance to provide feedback about the Eyetracker. More... | |
SRAPI SR_videoListener | createVideoListener (SR_camera camera, void(*acceptVideoCallback)(SR_videoFrame)) |
Create a new callback function to listen to a specific camera. More... | |
SRAPI void | deleteVideoListener (SR_videoListener videoListener) |
Cleans up underlying object instances used to facilitate video update callbacks. More... | |
#define SRAPI |
typedef void* SR_camera |
Copyright (C) 2022 Dimenco
This software has been provided under the Dimenco EULA. (End User License Agreement) You can find the agreement at https://www.dimenco.eu/eula
This source code is considered Protected Code under the definitions of the EULA.
typedef void* SR_videoListener |