Skip to content
Snippets Groups Projects
Commit 6ac92c20 authored by Leo Sutevski's avatar Leo Sutevski
Browse files

.

parent 81b1c9f0
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ class MemoryFrame:
#t = time.time()
arr = self._readFrame()
arr = arr.astype(float)
arr = arr * 255 / np.max(arr)
#arr = (self._readFrame()*255//1023).astype(np.uint8)
#t1 = time.time()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment