[Discussion] Useful Links
Hi!
Really neat project!
Some links, that you may or may not know about to provide some inspiration.
Rather than use a RaspberryPi, you could probably just use an Android with the implemented BT stack to act as the controller. A bit more portable that way. For example, see this app.
Rather than use or require the use of a capture card, consider using SysDVR.
Thanks for the suggestions! Actually that app helped inspire me to realize that this effort was at least possible. I'd love for someone to set up an Android app to do this instead of the Raspberry Pi but my app development skills are not that good so it's more worthwhile for me to focus on other parts of the project.
SysDVR looks pretty cool but that ~1s delay could be a problem for this project. It would still be good to integrate it for streaming.
https://github.com/Zayitskin/switch-controller
https://github.com/MonsterDruide1/ArduinoTAS
Couple repos to check out if you're looking to go the usb route instead of bluetooth
https://github.com/exelix11/SysDVR/releases/tag/v4.0
The new SysDVR update has low latency mode! So I think it's usable for streaming now.