You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to record the gaze stream and the basic scene stream using python API with the examples file "streamgazerts.py" when I run this file I get the
Traceback (most recent call last):
File "/home/j/Projects/SeaJay/g3pylib/examples/streamgazertsp.py", line 63, in <module>
main()
File "/home/j/Projects/SeaJay/g3pylib/examples/streamgazertsp.py", line 58, in main
asyncio.run(stream_rtsp())
File "/home/j/miniconda3/envs/tobii/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/home/j/miniconda3/envs/tobii/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/j/Projects/SeaJay/g3pylib/examples/streamgazertsp.py", line 14, in stream_rtsp
async with connect_to_glasses.with_hostname(
File "/home/j/miniconda3/envs/tobii/lib/python3.10/site-packages/g3pylib/__init__.py", line 315, in __aenter__
return await self
File "/home/j/miniconda3/envs/tobii/lib/python3.10/site-packages/g3pylib/__init__.py", line 303, in __await_impl__
ws_url, rtsp_url, http_url = await self.url_generator
File "/home/j/miniconda3/envs/tobii/lib/python3.10/site-packages/g3pylib/__init__.py", line 242, in _urls_from_hostname
service = await G3ServiceDiscovery.request_service(hostname)
File "/home/j/miniconda3/envs/tobii/lib/python3.10/site-packages/g3pylib/zeroconf.py", line 281, in request_service
await service.request(async_zeroconf.zeroconf, timeout)
File "/home/j/miniconda3/envs/tobii/lib/python3.10/site-packages/g3pylib/zeroconf.py", line 147, in request
raise ServiceNotFoundError
g3pylib.zeroconf.ServiceNotFoundError
I was trying to debug this and I tried running the "zeroconfdiscovery.py" which gives the output
INFO:root:Listening for glasses3
INFO:root:No services found
INFO:root:Stop listening
I'm getting the IMU messages on the "rudimentarystreams.py"
Hi I'm trying to record the gaze stream and the basic scene stream using python API with the examples file "streamgazerts.py" when I run this file I get the
I was trying to debug this and I tried running the "zeroconfdiscovery.py" which gives the output
I'm getting the IMU messages on the "rudimentarystreams.py"
Please help. thank you.
The text was updated successfully, but these errors were encountered: