Browse Source

[fix] hide hand marker visualization

main
silencht 10 months ago
parent
commit
e62af5a152
  1. 8
      teleop/open_television/television.py

8
teleop/open_television/television.py

@ -196,8 +196,8 @@ class TeleVision:
Hands(
stream=True,
key="hands",
showLeft=False,
showRight=False
hideLeft=True,
hideRight=True
),
to="bgChildren",
)
@ -254,8 +254,8 @@ class TeleVision:
Hands(
stream=True,
key="hands",
showLeft=False,
showRight=False
hideLeft=True,
hideRight=True
),
to="bgChildren",
)

Loading…
Cancel
Save