AR Data Receiving Examples
Before running the examples, update the IP address:
Example:
sub = ARDataSubscriber("192.168.1.100")Replace
"192.168.1.100"with your iPhone’s actual IP (e.g.,192.168.x.x)
Make sure your iPhone and computer are on the same Wi-Fi / LAN.
Example 1: Continuous AR Data Reading
Example 2: Continuous Reading with get()
get()Example 3: Display Color and Depth Images
Example 4: Process Image Data
Example 5: Using Pose Data
Example 6: Get Individual AR Data Fields
Last updated
Was this helpful?