python - Real-time video from numpy array, Python3 -
i have real-time input of array, below:
275 242 280 263 235 179 234 236 233 195 203 190 202...
approximately once 10 ms. every array pixel's value of image. want make video stream data. how possible? linux, python 3.4
i found ways, i'm not sure:
1) tkinter 2) matplotlib 3) opencv 4) scipy
many thanks
Comments
Post a Comment