-
Notifications
You must be signed in to change notification settings - Fork 3
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
Checkin 1 #3
Comments
Team: DEFENCE
|
It seems as if there are some really cool moving parts that are working together in some pretty nuanced ways. However, I think when we have so many moving parts together within a system that interacts with a physical world (where there are so many different factors i.e light, movement etc) there can be some major issues. I think you guys should take extra care in making sure the technology can interact in the physical world. |
The QR scanner is definitely the way to go. It's a wonderful proof of concept that doesn't require heavy image recognition. You mentioned that you'd be going with a raspberry pi to calculate the percentage chance of winning a game/hand (idk how poker works). One issue you mentioned was memory constraints. Raspberry pi doesn't have a huge amount of RAM, but it's not terrible either. You can also go crazy with a large micro SD card and MMAP some memory on the fly, i think it would work exactly how you want without being too difficult. Really cool idea team! |
Check in 1 peer feedback.
The text was updated successfully, but these errors were encountered: