Skip to content

Commit

Permalink
another python example
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaptury committed Dec 17, 2024
1 parent 1b26da4 commit a4a0a07
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/polling.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import remotecaptury as rc

# you can also add the port if it's different than 2101
rc.connect("127.0.0.1")

# sync remote and local clocks
rc.startSynchronizationLoop()

# stream compressed (0x100) poses (0x001)
rc.startStreaming(0x101)





rc.stopStreaming()

rc.disconnect()

0 comments on commit a4a0a07

Please sign in to comment.