Tags

    Week 6 summary

    Howdy !

    With Mr. H's help, we finally decoded the laser keyboard program and found where the raw coordinates are given in the code. Using this, I will take the coordinates and send them to a powershell script to move the mouse and click anywhere on the screen.
    The only thing I'll have to do is translate the coordinates from the camera to coordinates I can use with my computer screen, but it shouldn't be an issue.

    On top of that, I also learned how to compile a C++ program using the developer command line:

    https://msdn.microsoft.com/en-us/library/bb384838.aspx



    But going back on the programming side, the biggest achievement was to find the coordinates in the program, right there :



    Comments