mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.82k stars 423 forks source link

context-aware encoding #260

Closed JimmyLauren closed 2 years ago

JimmyLauren commented 2 years ago

Hi, thanks for the release. I'm currently working on context-aware video encoding which aims at setting different QPs for different area within frame to be encoded according to grayscale saliency map where white areas indicate ROI areas. Now I'm struggling at how to implement context-aware encoding in V4L2. Any advices would be very appritiated.

mpromonet commented 2 years ago

Hi,

This project may run as an executable or a library (for instance https://github.com/mpromonet/v4l2onvif or https://github.com/mpromonet/v4l2web). Using as a library you may be able to send v4l2 controls stopping capture.

Best Regards, Michel.