Soft 404
Now were cooking!
I am able to write directly to the linux framebuffer in python.
fb = np.memmap('/dev/fb0', dtype='uint8',mode='w+', shape=(480,800,4)) fb[:] = [0,255,0,255]
So hopefully with a firmware upgrade I will be able to unlock the spicy fries or scallop potatoes mode
In this example I am having https://github.com/juj/fbcp-ili9341 drive the SPI display.
I should note that if your are using x-windows or an hdmi/dsi display the libcamera preview functionality just works.
Now were cooking!
I am able to write directly to the linux framebuffer in python.
fb = np.memmap('/dev/fb0', dtype='uint8',mode='w+', shape=(480,800,4)) fb[:] = [0,255,0,255]
So hopefully with a firmware upgrade I will be able to unlock the spicy fries or scallop potatoes mode
In this example I am having https://github.com/juj/fbcp-ili9341 drive the SPI display.
I should note that if your are using x-windows or an hdmi/dsi display the libcamera preview functionality just works.
Well done! 4.5 STARS!!