I’ve found a couple of topics and the example for loading a saved image to the frame buffer. (topics here, here, here )
I was getting an error … which I’m guessing is because this is supposed to be for a single jpeg of below a certain size.
But is there a way/ will this work for loading a saved/captured mjpeg for later analysis?
EDIT:
For some reason I’m getting a PHP error when trying to add my full code … but I replaced
# Load image
img = image.Image("/example.bmp", copy_to_fb=True)
with
# Load image
img = image.Image("/SP_MV_FU-853556954.mjpeg", copy_to_fb=True)
and got the error: OSError: unsupported format!