|
Re: Thoughts on Augmented Reality?
Supposedly, you could take the image from the camera, and procces it, and send it in the user packets to a dashboard program that would procces it and the next 3 data packets together into a 64 bit color display at 60x80 at 12.5hz (you can scale it up of course). you would take the average r g and b values for 4 pixels, and if it was less than 85, send a 0, otherwise, 1, take 8 of these, and put in a byte, repeat for rest of image. once you have all 600 bytes of this info for red, send that in the data packet, and half of green. the next packet would be half of green and blue, then repeat, except that you use 116 instad of 85. the image would be blurred from the 20 ms between the shoots, and the dashboard would display the current rgbr1 and update the green1 and blue1 for example
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|