Quantcast
Viewing all articles
Browse latest Browse all 4825

Beginners • Re: CircularOutput incomplete

OK that example only captures an .h264 file when I press "Save Clip" - was that as expected?
(Had to remove AF setting as I have an older camera module)
Looks like we need to create a very simple example to check the output to a file.
I see on 2022 github the "I added a new parameter to CircularOutput, 'outputtofile' which you set to false, so that frames are only written from the circular buffer when .stop() is called."
And the example has that https://github.com/raspberrypi/picamera ... ooutput.py

Code:

output = CircularOutput(buffersize=int(fps * (dur + 0.2)), outputtofile=False)

Statistics: Posted by neilgl — Tue Feb 27, 2024 6:55 pm



Viewing all articles
Browse latest Browse all 4825

Trending Articles