Skip to content

lerema/t265-genom3

Repository files navigation

t265 component

Ports

frame (multiple out)

Data structure
  • struct ::or::sensor::frame frame

    • struct ::or::time::ts ts

      • long sec

      • long nsec

    • boolean compressed

    • unsigned short height

    • unsigned short width

    • unsigned short bpp

    • sequence< octet > pixels


intrinsics (out)

Data structure
  • struct ::or::sensor::intrinsics intrinsics

    • struct ::or::sensor::calibration calib

      • float fx

      • float fy

      • float cx

      • float cy

      • float gamma

    • struct ::or::sensor::distortion disto

      • float k1

      • float k2

      • float k3

      • float p1

      • float p2


extrinsics (out)

Data structure
  • struct ::or::sensor::extrinsics extrinsics

    • struct ::or::sensor::translation trans

      • float tx

      • float ty

      • float tz

    • struct ::or::sensor::rotation rot

      • float roll

      • float pitch

      • float yaw


Services

connect (activity)

Inputs
  • string<32> serial serial number of the desired T265

  • unsigned short id (default "1") id of desired camera (1: left, 2: right)

  • unsigned short size (default "500") pixel size of the desired undistorted image

  • float fov (default "2") Field of view of the undistorted image in radian

Throws
  • exception ::t265::e_rs

    • string<128> what

  • exception ::t265::e_io

    • string<128> what

Context

disconnect (activity)

Throws
  • exception ::t265::e_rs

    • string<128> what

Context

set_compression (attribute)

Inputs
  • short compression_rate (default "-1") Image compression (0-100) ; -1 to disable compression.

Throws
  • exception ::t265::e_io

    • string<128> what


set_extrinsics (activity)

Inputs
  • sequence< float, 6 > ext_values

Context

Tasks

main

Context

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published