Tobii Pro SDK C API
tobii_research_streams.h
Go to the documentation of this file.
1 
14 #ifndef TOBII_RESEARCH_STREAMS_H_
15 #define TOBII_RESEARCH_STREAMS_H_
16 
17 #include "tobii_research.h"
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
27 typedef enum {
32 
38 
42 typedef struct {
47 
52 
58 
62 typedef struct {
66  float diameter;
67 
73 
77 typedef struct {
82 
87 
93 
97 typedef struct {
102 
107 
113 
117 typedef struct {
122 
127 
132 
138 
139 
143 typedef struct {
148 
154 
155 
159 typedef struct {
164 
170 
171 
175 typedef struct {
180 
186 
190 typedef struct {
195 
201 
205 typedef struct {
210 
216 
220 typedef struct {
225 
230 
235 
241 
245 typedef struct {
250 
255 
260 
266 
270 typedef struct {
275 
280 
286 
290 typedef enum {
295 
300 
306 
310 typedef struct {
315 
320 
324  uint32_t value;
325 
328 
332 typedef enum {
337 
342 
347 
352 
357 
363 
367 typedef enum {
372 
377 
382 
387 
392 
397 
402 
407 
413 
417 typedef enum {
422 
427 
432 
437 
442 
447 
452 
457 
462 
467 
472 
477 
478 
480 
484 typedef struct {
493  union {
498 
503 
509  } value;
511 
519 typedef void(*tobii_research_gaze_data_callback)(TobiiResearchGazeData* gaze_data, void* user_data);
520 
535  TobiiResearchEyeTracker* eyetracker,
536  tobii_research_gaze_data_callback callback, void* user_data);
537 
546  TobiiResearchEyeTracker* eyetracker,
548 
549 
558  void* user_data);
559 
560 
572  TobiiResearchEyeTracker* eyetracker,
573  tobii_research_user_position_guide_callback callback, void* user_data);
574 
583  TobiiResearchEyeTracker* eyetracker,
585 
593 typedef void(*tobii_research_hmd_gaze_data_callback)(TobiiResearchHMDGazeData* hmd_gaze_data, void* user_data);
594 
604  TobiiResearchEyeTracker* eyetracker, tobii_research_hmd_gaze_data_callback callback, void* user_data);
605 
615 
624  void* user_data);
625 
642  TobiiResearchEyeTracker* eyetracker,
643  tobii_research_external_signal_data_callback callback, void* user_data);
644 
653  TobiiResearchEyeTracker* eyetracker,
655 
664  TobiiResearchTimeSynchronizationData* time_synchronization_data,
665  void* user_data);
666 
683  TobiiResearchEyeTracker* eyetracker,
685  void* user_data);
686 
695  TobiiResearchEyeTracker* eyetracker,
697 
698 
702 typedef struct {
718  const char* message;
720 
729  TobiiResearchStreamErrorData* stream_error,
730  void* user_data);
731 
744  TobiiResearchEyeTracker* eyetracker,
746  void* user_data);
747 
756  TobiiResearchEyeTracker* eyetracker,
758 
767  TobiiResearchNotification* notification,
768  void* user_data);
769 
783  TobiiResearchEyeTracker* eyetracker,
785  void* user_data);
786 
795  TobiiResearchEyeTracker* eyetracker,
797 
801 typedef enum {
819 
823 typedef struct {
843  int width;
847  int height;
859  size_t data_size;
863  void* data;
871  int top;
875  int left;
877 
881 typedef struct {
901  size_t image_size;
905  void* image_data;
913  int top;
917  int left;
919 
927 typedef void(*tobii_research_eye_image_callback)(TobiiResearchEyeImage* frame, void* user_data);
928 
937 
954  TobiiResearchEyeTracker* eyetracker,
956  void* user_data);
957 
974  TobiiResearchEyeTracker* eyetracker,
976  void* user_data);
977 
986  TobiiResearchEyeTracker* eyetracker,
988 
997  TobiiResearchEyeTracker* eyetracker,
999 
1000 #ifdef __cplusplus
1001 }
1002 #endif
1003 #endif /* TOBII_RESEARCH_STREAMS_H_ */
TobiiResearchGazeOrigin
Definition: tobii_research_streams.h:42
TOBII_RESEARCH_VALIDITY_INVALID
@ TOBII_RESEARCH_VALIDITY_INVALID
Definition: tobii_research_streams.h:31
TobiiResearchEyeImage::camera_id
int camera_id
Definition: tobii_research_streams.h:855
tobii_research_unsubscribe_from_eye_image
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_eye_image(TobiiResearchEyeTracker *eyetracker, tobii_research_eye_image_callback callback)
Unsubscribes from eye image for the eye tracker.
TobiiResearchTimeSynchronizationData::system_request_time_stamp
int64_t system_request_time_stamp
Definition: tobii_research_streams.h:274
tobii_research_unsubscribe_from_user_position_guide
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_user_position_guide(TobiiResearchEyeTracker *eyetracker, tobii_research_user_position_guide_callback callback)
Unsubscribes from user position guide for the eye tracker.
TobiiResearchHMDGazeData::device_time_stamp
int64_t device_time_stamp
Definition: tobii_research_streams.h:259
TOBII_RESEARCH_NOTIFICATION_DISPLAY_AREA_CHANGED
@ TOBII_RESEARCH_NOTIFICATION_DISPLAY_AREA_CHANGED
Definition: tobii_research_streams.h:451
TobiiResearchEyeImageGif::region_id
int region_id
Definition: tobii_research_streams.h:909
TobiiResearchEyeImage::height
int height
Definition: tobii_research_streams.h:847
TOBII_RESEARCH_NOTIFICATION_CALIBRATION_CHANGED
@ TOBII_RESEARCH_NOTIFICATION_CALIBRATION_CHANGED
Definition: tobii_research_streams.h:441
TobiiResearchGazeData::device_time_stamp
int64_t device_time_stamp
Definition: tobii_research_streams.h:131
TobiiResearchStreamErrorData
Definition: tobii_research_streams.h:702
TobiiResearchNormalizedPoint2D
Definition: tobii_research.h:379
TobiiResearchStreamError
TobiiResearchStreamError
Definition: tobii_research_streams.h:332
TobiiResearchGazePoint::validity
TobiiResearchValidity validity
Definition: tobii_research_streams.h:91
TobiiResearchEyeImage::data
void * data
Definition: tobii_research_streams.h:863
TobiiResearchExternalSignalData
Definition: tobii_research_streams.h:310
TobiiResearchEyeImageGif::top
int top
Definition: tobii_research_streams.h:913
TobiiResearchHMDPupilPosition::validity
TobiiResearchValidity validity
Definition: tobii_research_streams.h:184
TobiiResearchHMDGazeOrigin::position_in_hmd_coordinates
TobiiResearchPoint3D position_in_hmd_coordinates
Definition: tobii_research_streams.h:194
TOBII_RESEARCH_EYE_IMAGE_TYPE_FULL
@ TOBII_RESEARCH_EYE_IMAGE_TYPE_FULL
Definition: tobii_research_streams.h:805
TobiiResearchEyeImage::left
int left
Definition: tobii_research_streams.h:875
tobii_research_unsubscribe_from_external_signal_data
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_external_signal_data(TobiiResearchEyeTracker *eyetracker, tobii_research_external_signal_data_callback callback)
Unsubscribes from external signal data for the eye tracker.
TobiiResearchPupilData::validity
TobiiResearchValidity validity
Definition: tobii_research_streams.h:71
TobiiResearchHMDEyeData
Definition: tobii_research_streams.h:220
TobiiResearchEyeImage::bits_per_pixel
int bits_per_pixel
Definition: tobii_research_streams.h:835
tobii_research.h
Generic SDK functions.
TobiiResearchHMDGazeOrigin::validity
TobiiResearchValidity validity
Definition: tobii_research_streams.h:199
TobiiResearchEyeData::gaze_point
TobiiResearchGazePoint gaze_point
Definition: tobii_research_streams.h:101
TobiiResearchHMDPupilPosition
Definition: tobii_research_streams.h:175
tobii_research_subscribe_to_eye_image
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_eye_image(TobiiResearchEyeTracker *eyetracker, tobii_research_eye_image_callback callback, void *user_data)
Subscribes to eye image for the eye tracker.
tobii_research_unsubscribe_from_gaze_data
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_gaze_data(TobiiResearchEyeTracker *eyetracker, tobii_research_gaze_data_callback callback)
Unsubscribes from gaze data for the eye tracker.
TOBII_RESEARCH_STREAM_ERROR_NOT_SUPPORTED
@ TOBII_RESEARCH_STREAM_ERROR_NOT_SUPPORTED
Definition: tobii_research_streams.h:346
TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_TIME_SYNCHRONIZATION_DATA
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_TIME_SYNCHRONIZATION_DATA
Definition: tobii_research_streams.h:391
TobiiResearchUserPositionGuide
Definition: tobii_research_streams.h:159
tobii_research_unsubscribe_from_time_synchronization_data
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_time_synchronization_data(TobiiResearchEyeTracker *eyetracker, tobii_research_time_synchronization_data_callback callback)
Unsubscribes from time synchronization data for the eye tracker.
TOBII_RESEARCH_EXTERNAL_SIGNAL_INITIAL_VALUE
@ TOBII_RESEARCH_EXTERNAL_SIGNAL_INITIAL_VALUE
Definition: tobii_research_streams.h:299
TobiiResearchEyeImageGif::system_time_stamp
int64_t system_time_stamp
Definition: tobii_research_streams.h:889
TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_EYE_IMAGE
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_EYE_IMAGE
Definition: tobii_research_streams.h:396
TobiiResearchHMDGazeData::right_eye
TobiiResearchHMDEyeData right_eye
Definition: tobii_research_streams.h:254
TOBII_RESEARCH_EYE_IMAGE_TYPE_UNKNOWN
@ TOBII_RESEARCH_EYE_IMAGE_TYPE_UNKNOWN
Definition: tobii_research_streams.h:817
TobiiResearchTimeSynchronizationData::system_response_time_stamp
int64_t system_response_time_stamp
Definition: tobii_research_streams.h:284
TOBII_RESEARCH_NOTIFICATION_UNKNOWN
@ TOBII_RESEARCH_NOTIFICATION_UNKNOWN
Definition: tobii_research_streams.h:475
TobiiResearchEyeUserPositionGuide::user_position
TobiiResearchNormalizedPoint3D user_position
Definition: tobii_research_streams.h:147
TOBII_RESEARCH_CALL
#define TOBII_RESEARCH_CALL
Definition: tobii_research.h:38
tobii_research_eye_image_as_gif_callback
void(* tobii_research_eye_image_as_gif_callback)(TobiiResearchEyeImageGif *frame, void *user_data)
Eye image gif callback.
Definition: tobii_research_streams.h:936
TobiiResearchNotification::display_area
TobiiResearchDisplayArea display_area
Definition: tobii_research_streams.h:502
TobiiResearchHMDGazeData
Definition: tobii_research_streams.h:245
TobiiResearchEyeImageGif::left
int left
Definition: tobii_research_streams.h:917
TobiiResearchEyeImageGif::image_size
size_t image_size
Definition: tobii_research_streams.h:901
TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_GAZE_DATA
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_GAZE_DATA
Definition: tobii_research_streams.h:381
TobiiResearchStreamErrorData::message
const char * message
Definition: tobii_research_streams.h:718
TobiiResearchEyeImage::width
int width
Definition: tobii_research_streams.h:843
TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_USER_POSITION_GUIDE
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_USER_POSITION_GUIDE
Definition: tobii_research_streams.h:411
TobiiResearchNotification
Definition: tobii_research_streams.h:484
TobiiResearchExternalSignalData::value
uint32_t value
Definition: tobii_research_streams.h:324
TOBII_RESEARCH_STREAM_ERROR_INTERNAL_ERROR
@ TOBII_RESEARCH_STREAM_ERROR_INTERNAL_ERROR
Definition: tobii_research_streams.h:356
TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_HMD_GAZE_DATA
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_HMD_GAZE_DATA
Definition: tobii_research_streams.h:406
TOBII_RESEARCH_NOTIFICATION_GAZE_OUTPUT_FREQUENCY_CHANGED
@ TOBII_RESEARCH_NOTIFICATION_GAZE_OUTPUT_FREQUENCY_CHANGED
Definition: tobii_research_streams.h:456
TobiiResearchHMDEyeData::pupil_data
TobiiResearchPupilData pupil_data
Definition: tobii_research_streams.h:229
tobii_research_subscribe_to_eye_image_as_gif
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_eye_image_as_gif(TobiiResearchEyeTracker *eyetracker, tobii_research_eye_image_as_gif_callback callback, void *user_data)
Subscribes to eye image for the eye tracker with the image delivered in gif format.
TobiiResearchGazeData::system_time_stamp
int64_t system_time_stamp
Definition: tobii_research_streams.h:136
TobiiResearchGazePoint::position_in_user_coordinates
TobiiResearchPoint3D position_in_user_coordinates
Definition: tobii_research_streams.h:86
TobiiResearchExternalSignalData::device_time_stamp
int64_t device_time_stamp
Definition: tobii_research_streams.h:314
TobiiResearchStreamErrorData::error
TobiiResearchStreamError error
Definition: tobii_research_streams.h:710
TobiiResearchUserPositionGuide::left_eye
TobiiResearchEyeUserPositionGuide left_eye
Definition: tobii_research_streams.h:163
TOBII_RESEARCH_STREAM_ERROR_SOURCE_STREAM_PUMP
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_STREAM_PUMP
Definition: tobii_research_streams.h:376
TOBII_RESEARCH_VALIDITY_VALID
@ TOBII_RESEARCH_VALIDITY_VALID
Definition: tobii_research_streams.h:36
tobii_research_unsubscribe_from_stream_errors
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_stream_errors(TobiiResearchEyeTracker *eyetracker, tobii_research_stream_error_callback callback)
Unsubscribes from stream errors for the eye tracker.
TobiiResearchEyeImage::device_time_stamp
int64_t device_time_stamp
Definition: tobii_research_streams.h:827
TOBII_RESEARCH_NOTIFICATION_DEVICE_WARNINGS
@ TOBII_RESEARCH_NOTIFICATION_DEVICE_WARNINGS
Definition: tobii_research_streams.h:471
tobii_research_external_signal_data_callback
void(* tobii_research_external_signal_data_callback)(TobiiResearchExternalSignalData *external_signal_data, void *user_data)
External signal callback.
Definition: tobii_research_streams.h:623
TobiiResearchPoint3D
Definition: tobii_research.h:394
TobiiResearchEyeData
Definition: tobii_research_streams.h:97
TobiiResearchGazePoint
Definition: tobii_research_streams.h:77
TobiiResearchNotification::system_time_stamp
int64_t system_time_stamp
Definition: tobii_research_streams.h:488
TobiiResearchEyeImage::type
TobiiResearchEyeImageType type
Definition: tobii_research_streams.h:851
tobii_research_eyetracker.h
Functionality for an eye tracker.
TobiiResearchPupilData::diameter
float diameter
Definition: tobii_research_streams.h:66
TOBII_RESEARCH_NOTIFICATION_CONNECTION_RESTORED
@ TOBII_RESEARCH_NOTIFICATION_CONNECTION_RESTORED
Definition: tobii_research_streams.h:426
TOBII_RESEARCH_NOTIFICATION_CALIBRATION_MODE_ENTERED
@ TOBII_RESEARCH_NOTIFICATION_CALIBRATION_MODE_ENTERED
Definition: tobii_research_streams.h:431
TobiiResearchExternalSignalChangeType
TobiiResearchExternalSignalChangeType
Definition: tobii_research_streams.h:290
TobiiResearchEyeData::pupil_data
TobiiResearchPupilData pupil_data
Definition: tobii_research_streams.h:106
TOBII_RESEARCH_NOTIFICATION_TRACK_BOX_CHANGED
@ TOBII_RESEARCH_NOTIFICATION_TRACK_BOX_CHANGED
Definition: tobii_research_streams.h:446
tobii_research_time_synchronization_data_callback
void(* tobii_research_time_synchronization_data_callback)(TobiiResearchTimeSynchronizationData *time_synchronization_data, void *user_data)
Time synchronization callback.
Definition: tobii_research_streams.h:663
tobii_research_subscribe_to_hmd_gaze_data
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_hmd_gaze_data(TobiiResearchEyeTracker *eyetracker, tobii_research_hmd_gaze_data_callback callback, void *user_data)
Subscribes to gaze data for the eye tracker.
TobiiResearchStreamErrorSource
TobiiResearchStreamErrorSource
Definition: tobii_research_streams.h:367
tobii_research_subscribe_to_notifications
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_notifications(TobiiResearchEyeTracker *eyetracker, tobii_research_notification_callback callback, void *user_data)
Subscribes to notifications for the eye tracker.
tobii_research_stream_error_callback
void(* tobii_research_stream_error_callback)(TobiiResearchStreamErrorData *stream_error, void *user_data)
Stream error callback.
Definition: tobii_research_streams.h:728
TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_NOTIFICATION
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_NOTIFICATION
Definition: tobii_research_streams.h:401
TobiiResearchHMDGazeData::left_eye
TobiiResearchHMDEyeData left_eye
Definition: tobii_research_streams.h:249
TOBII_RESEARCH_EYE_IMAGE_TYPE_MULTI_ROI
@ TOBII_RESEARCH_EYE_IMAGE_TYPE_MULTI_ROI
Definition: tobii_research_streams.h:813
TobiiResearchEyeImageGif
Definition: tobii_research_streams.h:881
TOBII_RESEARCH_STREAM_ERROR_CONNECTION_LOST
@ TOBII_RESEARCH_STREAM_ERROR_CONNECTION_LOST
Definition: tobii_research_streams.h:336
TobiiResearchGazeOrigin::position_in_user_coordinates
TobiiResearchPoint3D position_in_user_coordinates
Definition: tobii_research_streams.h:46
tobii_research_unsubscribe_from_eye_image_as_gif
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_eye_image_as_gif(TobiiResearchEyeTracker *eyetracker, tobii_research_eye_image_as_gif_callback callback)
Unsubscribes from eye image for the eye tracker.
TobiiResearchStreamErrorData::system_time_stamp
int64_t system_time_stamp
Definition: tobii_research_streams.h:706
TobiiResearchEyeImageType
TobiiResearchEyeImageType
Definition: tobii_research_streams.h:801
TobiiResearchValidity
TobiiResearchValidity
Definition: tobii_research_streams.h:27
tobii_research_notification_callback
void(* tobii_research_notification_callback)(TobiiResearchNotification *notification, void *user_data)
Notification callback.
Definition: tobii_research_streams.h:766
TOBII_RESEARCH_EYE_IMAGE_TYPE_CROPPED
@ TOBII_RESEARCH_EYE_IMAGE_TYPE_CROPPED
Definition: tobii_research_streams.h:809
TobiiResearchNotificationString
char TobiiResearchNotificationString[512]
Definition: tobii_research_streams.h:479
TobiiResearchEyeImage::region_id
int region_id
Definition: tobii_research_streams.h:867
tobii_research_unsubscribe_from_notifications
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_notifications(TobiiResearchEyeTracker *eyetracker, tobii_research_notification_callback callback)
Unsubscribes from notifications for the eye tracker.
TobiiResearchHMDEyeData::gaze_origin
TobiiResearchHMDGazeOrigin gaze_origin
Definition: tobii_research_streams.h:234
TobiiResearchTimeSynchronizationData::device_time_stamp
int64_t device_time_stamp
Definition: tobii_research_streams.h:279
TobiiResearchStreamErrorData::source
TobiiResearchStreamErrorSource source
Definition: tobii_research_streams.h:714
TobiiResearchEyeUserPositionGuide::validity
TobiiResearchValidity validity
Definition: tobii_research_streams.h:152
TobiiResearchGazeData::right_eye
TobiiResearchEyeData right_eye
Definition: tobii_research_streams.h:126
TobiiResearchGazeData
Definition: tobii_research_streams.h:117
TobiiResearchPupilData
Definition: tobii_research_streams.h:62
TobiiResearchEyeTracker
struct TobiiResearchEyeTracker TobiiResearchEyeTracker
Definition: tobii_research.h:310
tobii_research_unsubscribe_from_hmd_gaze_data
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_unsubscribe_from_hmd_gaze_data(TobiiResearchEyeTracker *eyetracker, tobii_research_hmd_gaze_data_callback callback)
Unsubscribes from HMD gaze data for the eye tracker.
tobii_research_subscribe_to_external_signal_data
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_external_signal_data(TobiiResearchEyeTracker *eyetracker, tobii_research_external_signal_data_callback callback, void *user_data)
Subscribes to external signal data for the eye tracker.
TobiiResearchUserPositionGuide::right_eye
TobiiResearchEyeUserPositionGuide right_eye
Definition: tobii_research_streams.h:168
TobiiResearchEyeImageGif::device_time_stamp
int64_t device_time_stamp
Definition: tobii_research_streams.h:885
TobiiResearchHMDGazeOrigin
Definition: tobii_research_streams.h:190
TOBII_RESEARCH_STREAM_ERROR_TOO_MANY_SUBSCRIBERS
@ TOBII_RESEARCH_STREAM_ERROR_TOO_MANY_SUBSCRIBERS
Definition: tobii_research_streams.h:351
TOBII_RESEARCH_STREAM_ERROR_SOURCE_USER
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_USER
Definition: tobii_research_streams.h:371
TobiiResearchNotification::text
TobiiResearchNotificationString text
Definition: tobii_research_streams.h:508
tobii_research_gaze_data_callback
void(* tobii_research_gaze_data_callback)(TobiiResearchGazeData *gaze_data, void *user_data)
Gaze data callback.
Definition: tobii_research_streams.h:519
TobiiResearchHMDGazeDirection::unit_vector
TobiiResearchNormalizedPoint3D unit_vector
Definition: tobii_research_streams.h:209
TOBII_RESEARCH_NOTIFICATION_DEVICE_FAULTS
@ TOBII_RESEARCH_NOTIFICATION_DEVICE_FAULTS
Definition: tobii_research_streams.h:466
TobiiResearchTimeSynchronizationData
Definition: tobii_research_streams.h:270
TobiiResearchEyeUserPositionGuide
Definition: tobii_research_streams.h:143
TobiiResearchNotification::output_frequency
float output_frequency
Definition: tobii_research_streams.h:497
TOBII_RESEARCH_STREAM_ERROR_INSUFFICIENT_LICENSE
@ TOBII_RESEARCH_STREAM_ERROR_INSUFFICIENT_LICENSE
Definition: tobii_research_streams.h:341
tobii_research_eye_image_callback
void(* tobii_research_eye_image_callback)(TobiiResearchEyeImage *frame, void *user_data)
Eye image callback.
Definition: tobii_research_streams.h:927
tobii_research_hmd_gaze_data_callback
void(* tobii_research_hmd_gaze_data_callback)(TobiiResearchHMDGazeData *hmd_gaze_data, void *user_data)
HMD gaze data callback.
Definition: tobii_research_streams.h:593
TobiiResearchEyeData::gaze_origin
TobiiResearchGazeOrigin gaze_origin
Definition: tobii_research_streams.h:111
TobiiResearchHMDGazeDirection::validity
TobiiResearchValidity validity
Definition: tobii_research_streams.h:214
TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_EXTERNAL_SIGNAL
@ TOBII_RESEARCH_STREAM_ERROR_SOURCE_SUBSCRIPTION_EXTERNAL_SIGNAL
Definition: tobii_research_streams.h:386
TobiiResearchGazePoint::position_on_display_area
TobiiResearchNormalizedPoint2D position_on_display_area
Definition: tobii_research_streams.h:81
TobiiResearchGazeOrigin::validity
TobiiResearchValidity validity
Definition: tobii_research_streams.h:56
TobiiResearchGazeData::left_eye
TobiiResearchEyeData left_eye
Definition: tobii_research_streams.h:121
TobiiResearchEyeImage
Definition: tobii_research_streams.h:823
TobiiResearchGazeOrigin::position_in_track_box_coordinates
TobiiResearchNormalizedPoint3D position_in_track_box_coordinates
Definition: tobii_research_streams.h:51
TobiiResearchEyeImage::data_size
size_t data_size
Definition: tobii_research_streams.h:859
TobiiResearchEyeImageGif::image_data
void * image_data
Definition: tobii_research_streams.h:905
TOBII_RESEARCH_EXTERNAL_SIGNAL_CONNECTION_RESTORED
@ TOBII_RESEARCH_EXTERNAL_SIGNAL_CONNECTION_RESTORED
Definition: tobii_research_streams.h:304
TobiiResearchEyeImage::padding_per_pixel
int padding_per_pixel
Definition: tobii_research_streams.h:839
tobii_research_user_position_guide_callback
void(* tobii_research_user_position_guide_callback)(TobiiResearchUserPositionGuide *user_position_guide, void *user_data)
User position guide data callback.
Definition: tobii_research_streams.h:557
tobii_research_subscribe_to_stream_errors
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_stream_errors(TobiiResearchEyeTracker *eyetracker, tobii_research_stream_error_callback callback, void *user_data)
Subscribes to stream errors for the eye tracker.
TobiiResearchEyeImageGif::type
TobiiResearchEyeImageType type
Definition: tobii_research_streams.h:893
TobiiResearchHMDGazeData::system_time_stamp
int64_t system_time_stamp
Definition: tobii_research_streams.h:264
TobiiResearchEyeImage::top
int top
Definition: tobii_research_streams.h:871
TobiiResearchEyeImage::system_time_stamp
int64_t system_time_stamp
Definition: tobii_research_streams.h:831
tobii_research_subscribe_to_user_position_guide
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_user_position_guide(TobiiResearchEyeTracker *eyetracker, tobii_research_user_position_guide_callback callback, void *user_data)
Subscribes to user position guide for the eye tracker.
TOBII_RESEARCH_NOTIFICATION_EYE_TRACKING_MODE_CHANGED
@ TOBII_RESEARCH_NOTIFICATION_EYE_TRACKING_MODE_CHANGED
Definition: tobii_research_streams.h:461
TOBII_RESEARCH_NOTIFICATION_CALIBRATION_MODE_LEFT
@ TOBII_RESEARCH_NOTIFICATION_CALIBRATION_MODE_LEFT
Definition: tobii_research_streams.h:436
TobiiResearchEyeImageGif::camera_id
int camera_id
Definition: tobii_research_streams.h:897
TOBII_RESEARCH_NOTIFICATION_CONNECTION_LOST
@ TOBII_RESEARCH_NOTIFICATION_CONNECTION_LOST
Definition: tobii_research_streams.h:421
tobii_research_subscribe_to_time_synchronization_data
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_time_synchronization_data(TobiiResearchEyeTracker *eyetracker, tobii_research_time_synchronization_data_callback callback, void *user_data)
Subscribes to time synchronization data for the eye tracker.
TobiiResearchHMDPupilPosition::position_in_tracking_area
TobiiResearchNormalizedPoint2D position_in_tracking_area
Definition: tobii_research_streams.h:179
TobiiResearchHMDEyeData::pupil_position
TobiiResearchHMDPupilPosition pupil_position
Definition: tobii_research_streams.h:239
TobiiResearchNotificationType
TobiiResearchNotificationType
Definition: tobii_research_streams.h:417
TOBII_RESEARCH_API
#define TOBII_RESEARCH_API
Definition: tobii_research.h:37
TOBII_RESEARCH_EXTERNAL_SIGNAL_VALUE_CHANGED
@ TOBII_RESEARCH_EXTERNAL_SIGNAL_VALUE_CHANGED
Definition: tobii_research_streams.h:294
TobiiResearchExternalSignalData::system_time_stamp
int64_t system_time_stamp
Definition: tobii_research_streams.h:319
TobiiResearchHMDGazeDirection
Definition: tobii_research_streams.h:205
tobii_research_subscribe_to_gaze_data
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_subscribe_to_gaze_data(TobiiResearchEyeTracker *eyetracker, tobii_research_gaze_data_callback callback, void *user_data)
Subscribes to gaze data for the eye tracker.
TobiiResearchDisplayArea
Definition: tobii_research_eyetracker.h:182
TobiiResearchHMDEyeData::gaze_direction
TobiiResearchHMDGazeDirection gaze_direction
Definition: tobii_research_streams.h:224
TobiiResearchStatus
TobiiResearchStatus
Definition: tobii_research.h:45
TOBII_RESEARCH_STREAM_ERROR_USER_ERROR
@ TOBII_RESEARCH_STREAM_ERROR_USER_ERROR
Definition: tobii_research_streams.h:361
TobiiResearchNotification::notification_type
TobiiResearchNotificationType notification_type
Definition: tobii_research_streams.h:492
TobiiResearchExternalSignalData::change_type
TobiiResearchExternalSignalChangeType change_type
Definition: tobii_research_streams.h:326