Skip to content

Reduce the Latency of Cameras #304

@ATATC

Description

@ATATC

Currently, the basic camera reads input every time read() is called. However, receiving from the camera is a time-consuming process that continuously causes delays. Running reading and Base64 encoding in the same thread faces the same problem.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttodoNew task or assignment

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions