How many overlays is "too many" in PiCamera
Posted: Mon May 06, 2019 3:46 am
In the documentation for picamera.PiCamera.add_overlay, it says:
I am planning on testing it, by adding more and more overlays, it until it breaks. But for now I'd like to know what experience other people have had with overlays. How many can I reasonably expect to add?
Lets say I have a 1920x1080 screen, and I will be adding overlays that range in size from 200x300 to 1000x200, and they are unlikely to overlap. I expect to need between 2 to 8 separate overlays. Would 10 be fine? Or would that be pushing it?
It then goes on to say that the exact number depends on a number of factors.If too many overlays are added, the display output will be disabled and a reboot will generally be required to restore the display.
I am planning on testing it, by adding more and more overlays, it until it breaks. But for now I'd like to know what experience other people have had with overlays. How many can I reasonably expect to add?
Lets say I have a 1920x1080 screen, and I will be adding overlays that range in size from 200x300 to 1000x200, and they are unlikely to overlap. I expect to need between 2 to 8 separate overlays. Would 10 be fine? Or would that be pushing it?