Sidharth Shanmugam
Sidharth Shanmugam
Unfortunately, I'll be away for quite a lot of time. I'll be happy if someone else could add the tests.
Hey @jamesdossis, I actually managed to add additional options to each form field. This is a very hacky solution that consists of setting the `attrs` of each form class and...
I'm also having the same issue.
Thank you very much for your response! I have updated the configuration part of my script to this: ``` picam.video_configuration.enable_raw() picam.video_configuration.raw.size = (REC_WIDTH, REC_HEIGHT) picam.video_configuration.raw.format = 'SBGGR10' picam.video_configuration.size = (REC_WIDTH,...
Thank you very much for the help. I did explore this matter further, and sure enough, as you mentioned, I ran into too many problems regarding disk I/O speeds, even...