I have an real-time input of array, like below:
275 242 280 263 235 179 234 236 233 195 203 190 202...
Approximately once a 10 ms. Every array is pixel's value of image. I want to make video stream from this data. How is it possible? Linux, python 3.4
I found some ways, but I'm not sure:
1) tkinter 2) matplotlib 3) opencv 4) scipy
Many thanks