Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcasting the sensors stream to PC #8

Closed
evia100 opened this issue Feb 1, 2022 · 1 comment
Closed

Broadcasting the sensors stream to PC #8

evia100 opened this issue Feb 1, 2022 · 1 comment

Comments

@evia100
Copy link

evia100 commented Feb 1, 2022

Hi,

I am working on a ML project and I want to use the data from the sensors ( especially the PV and AHAT sensors). Is there an option to broadcast the data in real time using tcp/udp and save it to my PC? I tried working with the stream recorder from the opencv4HoloLens2 repo but it is not scaleable, the storage in the device is capable of storing only 2-3 recordings of 2-3 minutes (and when the storage is full the app crashes without a warning and the record is corrupted).

Hope to get an helpful answer.
Thank in advance!
Eviatar.

@TaniaChistyakova
Copy link
Member

Hi, the plugin hasn't any embedded streaming option. You should implement streaming by yourself. You can use any streaming lib and any network protocol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants