API ReferenceΒΆ
- Simple API
Device
Device.battery_level_percent
Device.battery_state
Device.close()
Device.estimate_time_offset()
Device.gaze_sensor()
Device.get_calibration()
Device.get_errors()
Device.get_template()
Device.get_template_data()
Device.is_currently_streaming
Device.memory_num_free_bytes
Device.memory_state
Device.module_serial
Device.phone_id
Device.phone_ip
Device.phone_name
Device.post_template_data()
Device.receive_eyes_video_frame()
Device.receive_gaze_datum()
Device.receive_imu_datum()
Device.receive_matched_scene_and_eyes_video_frames_and_gaze()
Device.receive_matched_scene_video_frame_and_gaze()
Device.receive_scene_video_frame()
Device.recording_cancel()
Device.recording_start()
Device.recording_stop_and_save()
Device.send_event()
Device.serial_number_glasses
Device.serial_number_scene_cam
Device.start_stream_if_needed()
Device.streaming_start()
Device.streaming_stop()
Device.version_glasses
Device.world_sensor()
MatchedGazeEyesSceneItem
MatchedItem
SimpleVideoFrame
discover_devices()
discover_one_device()
- Asynchonous API
- Device Discovery
- Remote Control
- Streaming
- Gaze Data
- IMU Data
- Eye Events
- Scene Video
- Raw RTSP Data
- Time Echo Protocol
- Model Classes
APIPath
Component
ComponentRaw
DiscoveredDeviceInfo
Event
Hardware
InvalidTemplateAnswersError
NetworkDevice
Phone
Recording
Sensor
Status
Template
Template.archived_at
Template.convert_from_api_to_simple_format()
Template.convert_from_simple_to_api_format()
Template.created_at
Template.description
Template.get_question_by_id()
Template.id
Template.is_default_template
Template.items
Template.label_ids
Template.name
Template.published_at
Template.recording_ids
Template.recording_name_format
Template.updated_at
Template.validate_answers()
TemplateItem
UnknownComponentError
allow_empty()
make_template_answer_model_base()
not_empty()
option_in_allowed_values()
parse_component()
- Base Classes