|
Re: Displaying Camera Image in C# Dashboard
What I meant was that the data you are giving image.fromstream is NOT in the format it accepts.
ex:
asdfghjkl is the image data it expects, and you are sending it something else, like 10000009asdfghjkl or a different encoding (but it should be fine if it is a JPEG)
__________________
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
|