Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.09k stars 1.2k forks source link

Improve image cutout when background effect is applied? #31281

Open KiranKumarJella opened 1 month ago

KiranKumarJella commented 1 month ago

Hi Team,

I wanted to highlight some issues we're facing with the background effects in our video consultations. We need improvements in the following areas: 1.Better retention of fine details, especially around fingertips. 2.Reduction of harsh edges in the cutout. is there any solution on this.

                     Thank you in advance. 

image2 Image1

akania commented 1 month ago

hi @KiranKumarJella , can you please share

  1. which ACS SDK version you used, and specifically which @azure/communication-calling-effects you used
  2. information about the sender device ( one who applied background effect )
  3. ACS Call id will also help us
KiranKumarJella commented 1 month ago

1.Version: @azure/communication-calling-effects: "^1.1.1" 2.const callAdapterOptions: AzureCommunicationCallAdapterOptions = useMemo(() => { const videoBackgroundImages = [ { key: 'DefaultVideoEffect', url: 'sampleUrl', tooltipText: 'Sampletext' } ]; return { videoBackgroundOptions: { videoBackgroundImages, onResolveDependency: onResolveVideoEffectDependencyLazy, defaultSelectedKey: 'DefaultVideoEffect' } }; }, []);

JamesBurnside commented 1 month ago

Moved issue to @azure/communication-calling-effects repository for better issue tracking