Azsde

Results 62 comments of Azsde

I just tried with a Pi 4 8Gb, I still have issues to "convert" the .h264 file to a .mp4 file using ffmpeg / mp4box, the output videos are indeed...

Hello, I had time to work on the subject again,the issue doesn't seem to come from picamera as libcamera-vid produces the same result: `libcamera-vid --level 4.2 --framerate 50 --width 1920...

Hi @Renaud-Barrau i've been using your branch (that is supposed to contain the fixes?) but I still don't get a splash using core-image-weston as an image. Moreover, I have a...

@fchtngr THANK YOU ! You saved me.

I experiment the same issues with current master.

Something must be wrong on my side, with your version of the code it works as expected. I'll investigate, sorry for wasting your time. Edit: I found out how to...

Actually, I found out how to reproduce the issue ! ``` import time from picamera2 import Picamera2 picam2 = Picamera2() video_config = picam2.create_video_configuration(main={"size": (1920, 1080), "format": "YUV420"}, sensor={'output_size': (2304, 1296)},...

Sorry for the closing and re-opening, I thought I had found how to do it but no.

My usecase is more tricky. As you may recall I'm working on a web interface that allow to view a livestream, record, and also to tinker with the settings. When...

In theory, those value (_user sent_ vs _effective_ in picamera2/libcamera) should be the same so there is not significant impact for the end user. Defining whether the user last request...