feat: initial implementation of image capture
This commit is contained in:
		| @@ -17,7 +17,7 @@ from src.snapshot import Snapshot | ||||
|  | ||||
|  | ||||
| class RecorderClient(QObject): | ||||
|     DATA_CHUNK_SIZE = 4096 | ||||
|     DATA_CHUNK_SIZE = 65536 | ||||
|     data_received: pyqtSignal = pyqtSignal(Snapshot) | ||||
|  | ||||
|     def __init__(self, host: str, port: int) -> None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user