Changes between Version 4 and Version 5 of User Guide/Camera Streaming


Ignore:
Timestamp:
Jul 20, 2026, 3:26:23 PM (7 days ago)
Author:
cz2678
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Camera Streaming

    v4 v5  
    1 == Camera Streaming
     1== Camera & LiDAR Streaming
    22
    33=== Getting Started
     
    5151
    5252
     53=== 2F LiDAR Access Within COSMOS
     54
     55After logging into a compute node (e.g. Bed or SB1/2), you can access the LiDAR stream using tools like [https://ouster.com/downloads/sdk Ouster-SDK].
     56The LiDAR is under '''lidar1-md2.bed.cosmos-lab.org'''.
     57
     581. Make sure that Ouster-SDK is installed:
     59
     60{{{#!shell-session
     61python3 -m pip install --upgrade ouster-sdk
     62}}}
     63
     642. Make sure that the installation directory is in your '''$PATH''' and the LiDAR is accessible:
     65{{{#!shell-session
     66ping lidar1-md2.bed.cosmos-lab.org && ouster-cli source "lidar1-md2.bed.cosmos-lab.org" config -d
     67}}}
     68
     693. Record a 10s clip and save as a '''.pcap''' file
     70
     71{{{#!shell-session
     72ouster-cli source "lidar1-md2.bed.cosmos-lab.org" slice 0s:10s save .pcap
     73}}}
     74
     753. For other usage, please refer to the [https://docs.ouster.com/sdk-docs/index.html Ouster-SDK documentation].
     76
     77
    5378{{{ #!comment
    5479=== Camera Access Outside of COSMOS