kclyu/rpi-webrtc-streamer

handle to raw image for furthur processing

uharband opened this issue · 0 comments

Hi @kclyu,

really appreciate your great work here!

is it possible to get the raw image buffer after it's captured from raspivid, before it's sent to the encoder, to perform extra image processing? e.g. face detection and other 'server side' image processing. of course i can get the image on the other peer, on the browser but want to allow this processing on the pi
i'm aware the captured image resolution may change on the fly following network condition changes

Thanks a lot!

Uzi