Remove media backend setting for sim compatibility
Browse files- haven_kitchen_os/main.py +0 -3
haven_kitchen_os/main.py
CHANGED
|
@@ -48,9 +48,6 @@ class HavenKitchenOs(ReachyMiniApp):
|
|
| 48 |
# URL to the Streamlit UI - displayed in the dashboard
|
| 49 |
custom_app_url: str | None = "http://localhost:8502"
|
| 50 |
|
| 51 |
-
# Media backend setting (optimize for apps that don't need video)
|
| 52 |
-
request_media_backend: str | None = "gstreamer_no_video"
|
| 53 |
-
|
| 54 |
def run(self, reachy_mini: ReachyMini, stop_event: threading.Event):
|
| 55 |
"""
|
| 56 |
Main entry point called by the Reachy Mini daemon.
|
|
|
|
| 48 |
# URL to the Streamlit UI - displayed in the dashboard
|
| 49 |
custom_app_url: str | None = "http://localhost:8502"
|
| 50 |
|
|
|
|
|
|
|
|
|
|
| 51 |
def run(self, reachy_mini: ReachyMini, stop_event: threading.Event):
|
| 52 |
"""
|
| 53 |
Main entry point called by the Reachy Mini daemon.
|