dbolkensteyn / BeatTheBotChallenge

Come challenge the bot playing a moto racing phone game, see how it is made, and help to improve it!
3 stars 2 forks source link

Support Windows #10

Open dbolkensteyn opened 9 years ago

dbolkensteyn commented 9 years ago

Windows is currently not supported because of the following (non-exhaustive) reasons:

  1. The listing of all files in a directory is OS specific
  2. The serial communication with the Arduino is OS specific
dbolkensteyn commented 9 years ago

Both of these OS-specific issues are abstracted away by Boost.

dbolkensteyn commented 9 years ago

For the files listing, see also: http://answers.opencv.org/question/317/how-to-read-directory-with-images-by-videocapture/