esp32-cam-mjpeg-multiclient icon indicating copy to clipboard operation
esp32-cam-mjpeg-multiclient copied to clipboard

Fixing issues with jpg endpoint

Open jarethmt opened this issue 3 years ago • 0 comments
trafficstars

JPG endpoint used to initialize a new camera instance and take a snapshot. On some chips, this would cause the driver to error out and the entire camera to become unresponsive until a reboot. This change utilizes the frame held in the buffer and delivers it instead to prevent any errors.

jarethmt avatar Sep 24 '22 01:09 jarethmt