picamera2
picamera2 copied to clipboard
raw format in start_recording?
Is it possible to add raw format in start_recording?
I would like to have functionality similar to libcamera-raw with the output of pts timestamps
Is it possible
@chrisruk I'm wondering whether we should make the encode function in the Encoder base class (in encoder.py) call the outputframe method (rather than just pass), and then this might "just work". What do you think?
There's a PR in progress for this: https://github.com/raspberrypi/picamera2/pull/329
This is now available in our apt repository so I'll close this one. Please report a new issue if anything else comes up. Thanks!