AR Data Receiving Examples

circle-exclamation

Example 1: Continuous AR Data Reading

Example 2: Continuous Reading with get()

circle-info

NOTE: Example 1 and Example 2 achieve the same goal of continuous data reading.

Example 3: Display Color and Depth Images

Example 4: Process Image Data

Example 5: Using Pose Data

Example 6: Get Individual AR Data Fields

circle-info

Note: Use get_*() methods when you need specific data fields. This is more efficient than receiving the full frame.

Last updated

Was this helpful?