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 just wondering if it's is possible to send data via peertalk to macos but instead of using objective-c on the macos side to use python. I'm doing some realtime signal processing and it's easier for me to prototype algorithm using python and opencv. I bet there is currently no python binding but would like to know if it's teoretically possible to intercept peertalk usb data via e.g. pyserial. Any tips and ideas how to best approach this?
The text was updated successfully, but these errors were encountered:
I solved this by modifying to work as MacOS terminal app and invoking the executable using python subprocess and works perfectly. I will polish it a bit and create pull request.
Hi, I'm just wondering if it's is possible to send data via peertalk to macos but instead of using objective-c on the macos side to use python. I'm doing some realtime signal processing and it's easier for me to prototype algorithm using python and opencv. I bet there is currently no python binding but would like to know if it's teoretically possible to intercept peertalk usb data via e.g. pyserial. Any tips and ideas how to best approach this?
The text was updated successfully, but these errors were encountered: