Manuel-Angel-Es

Results 5 comments of Manuel-Angel-Es

@davidplowman, Thanks for your attention. I have prepared a small python script to highlight the problem: ``` from picamera2 import Picamera2 picam2 = Picamera2() config = picam2.create_still_configuration() picam2.configure(config) picam2.still_configuration.main.size=(2028, 1520)...

Hi @davidplowman, Thank you very much for your attention and your kind response. I hope it doesn't take you too much work to modify the code. Best regards

Hi @Svid23, I don't know why you really need that specific version of Python to run your software. Several years ago I started programming in Python with version 3.7, now...

Hi @Eric-Nava-Git, I have carried out tests with my camera and specifically the analog gain adjustment works correctly with values between 1 and 16. Note that it does not adjust...

@sandyol55, You are right, I have never stopped in checking these details. In my case I use Picamera2 as a user. As I really use it meets my needs. For...