orbbec / OrbbecSDK

Orbbec SDK C/C++ base core lib
https://www.orbbec3d.com/
Other
97 stars 17 forks source link

Can we add the option of 3840x2160 mjpeg in web device mode? #46

Closed ruisv closed 8 months ago

ruisv commented 8 months ago

H264 or h265 needs to be decoded with ffmpeg. It would be more advantageous to use mjpeg for system integration.

zhonghong322 commented 8 months ago

due to the limitation of RTSP/RTP protocol, the maximum resolution supported by MJPG format is only 1080p. Read this: 3.1 JPEG header.

The following issue has already answered this question. https://github.com/orbbec/OrbbecSDK/issues/29

ruisv commented 8 months ago

Okay, Thanks for u reply.