Hey, I wondered if anyone else has tried to develop a ChatGPT App that uses the camera?
i.e. via
getUserMedia({
video: true,
});
I noticed the iframe might not allow it, but maybe someone has a workaround or others are interested in requesting this feature!
<iframe sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox allow-forms" id="root" allow="local-network-access *; microphone *; midi *" src="about:blank">
Thanks!