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( Hands(
stream=True, stream=True,
key="hands", key="hands",
showLeft=False,
showRight=False
hideLeft=True,
hideRight=True
), ),
to="bgChildren", to="bgChildren",
) )
@ -254,8 +254,8 @@ class TeleVision:
Hands( Hands(
stream=True, stream=True,
key="hands", key="hands",
showLeft=False,
showRight=False
hideLeft=True,
hideRight=True
), ),
to="bgChildren", to="bgChildren",
) )

Loading…
Cancel
Save