vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

Get rid of temporary files for web pendant #1893

Closed StefanBruens closed 1 week ago

StefanBruens commented 1 week ago

Both OpenCV (for the camera) as well as PIL.Image (for the Canvas) can work with buffer like objects, which then can be immediately written out by the webserver code.

Harvie commented 1 week ago

Nice idea. Thanks.