🌈
Sensor Stream Pipe
  • What is Sensor Stream Pipe?
  • Getting Started
  • Installation Linux
  • Installation Windows
  • Installation Mac
  • Installation iOS
  • Streaming a Video
  • Streaming with Azure Kinect DK
  • Streaming a Dataset
  • Streaming iOS ARKit RGB-D Data
  • Streaming an OAK-D using Xlink
  • Components Overview
    • Sensor Stream Server
    • Sensor Stream Client
    • Sensor Stream Tester
  • Sending Frames
    • IReaders
    • FrameStruct
    • Config File
    • IEncoders
  • Receiving Frames
    • Receiving Frames
  • How to Extend Sensor Stream Pipe
    • Add New Sensor Interface
Powered by GitBook
On this page
  • Destination
  • Frame Source
  • Frame Types
  • Encodings per Frame Types

Was this helpful?

  1. Sending Frames

Config File

Key sections of config file

Destination

Host and port will be used by the Sensor Stream Server to connect to this socket.

Frame Source

The frame source tells Sensor Stream Server where to get data from

Frame Types

This tells Sensor Stream Server what types of frames should be sent which is used by Sensor Stream Server to implement the right IReader interface.

Encodings per Frame Types

For each frame type listed an encoder is listed which will be used to encode the frames.

PreviousFrameStructNextIEncoders

Last updated 4 years ago

Was this helpful?