mpromonet / v4l2rtspserver

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

Update handling of Quantization Table header for Motion JPEG #302

Closed fujiishigeki closed 1 year ago

fujiishigeki commented 1 year ago

Description

Update handling of Quantization Table header for Motion JPEG

Related Issue

https://github.com/mpromonet/v4l2rtspserver/issues/253

Motivation and Context

When we use Motion JPEG and it has 2 quantization tables in one DQT, it is solved the image with strange color component.

Types of changes