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

.

parent 4c085f18
Branches
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ from PIL import Image ...@@ -3,8 +3,6 @@ from PIL import Image
import numpy as np import numpy as np
import time import time
import png import png
from concurrent.futures import ThreadPoolExecutor
import cv2 as cv
class MemoryFrame: class MemoryFrame:
def __init__(self, stride = 16384, offset = 0x0f000000, shape: tuple = (720, 1280)): def __init__(self, stride = 16384, offset = 0x0f000000, shape: tuple = (720, 1280)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment