hl2ss
hl2ss copied to clipboard
Retrieve camera streaming and sent Unity messages back
Dear author, First of all, thank you for your excellent repository, I am starting to use it now and find it very useful. For my project, I would like to retrieve the PV camera stream in Python, perform processing, and send a text message to the Unity application. How can I approach this problem? Are there any existing code examples I can refer to?
Hello, A possible approach is to combine the client_stream_pv.py and unity_sample_text.py scripts and iterate from there.