|
Re: Displaying Camera Image in C# Dashboard
the data is not an image stream like the one .Net is expecting. I am not sure what the encoding is, but you will need to (I think) capture the data one frame at a time (yes, manually) and convert that to a .Net Image
__________________
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
|