eknathmali / Real-Time-Video-Streaming-with-WebRTC-and-Python

Learn how to stream camera frames in real-time from one machine to another using WebRTC and Python. This repo walks you through setting up WebRTC with Python, capturing video with OpenCV, and establishing peer-to-peer connections
1 stars 0 forks source link

Quality seems to be downgraded #1

Open starcheek opened 1 month ago

starcheek commented 1 month ago

Hi,

Thank you for example. There is one problem that the quality seems to be downgraded little bit. I am unable to to correct the quality issue. Probably need to tweak some params, but not sure which.

eknathmali commented 1 month ago

Hii.. Thanks you for your issue. You can try to increase the quality of image using various ways like

  1. Using Pillow library
  2. Using cv2 as well
  3. Using different kernel with cv2
  4. Denoising the image

Note: whilw doing any manipulation will take some miliseconds or second so you may face some delay isssue while receiving. Currently i - was having 50ms delay which is negligible