Can anyone tell if we can improve camera feed quality, I'm using Logitech Brio 4k but still it's pixelated on edges. this is my code - try { const constraints = { video: { facingMode: 'environment', width: { ideal: 3840, min: 1920 }, // 4K resolution as ideal, 1080p as minimum height: { ideal: 2160, min: 1080 } // 4K…
I'm trying to change the web app CSS (like enabling a button on the screen) when an Image is tapped in the lens camera kit web SDK, is it possible? if yes then any tutorial?