enable or allow access to Microphone and Camera in WebViewWidget
- skinkairewalker
- Enthusiast
- Posts: 772
- Joined: Fri Dec 04, 2015 9:26 pm
enable or allow access to Microphone and Camera in WebViewWidget
Hello everyone, I would like to request a feature in WebViewGadget:
* enable or allow access to Microphone & Camera in WebViewGadget
below there is a way , apparently to enable support for sound and video input it needs to be done internally in pb .
https://learn.microsoft.com/en-us/micro ... .0.2478.35
* enable or allow access to Microphone & Camera in WebViewGadget
below there is a way , apparently to enable support for sound and video input it needs to be done internally in pb .
https://learn.microsoft.com/en-us/micro ... .0.2478.35
Re: enable or allow access to Microphone and Camera in WebViewWidget
Hi,
This is not really a reply but is a second to the request for a real-time camera feature.
I would like the feature to be available other than via the web. I have a USB camera that I would like to view.
This is not really a reply but is a second to the request for a real-time camera feature.
I would like the feature to be available other than via the web. I have a USB camera that I would like to view.
Last edited by k3pto on Mon Aug 26, 2024 1:50 am, edited 1 time in total.
Re: enable or allow access to Microphone and Camera in WebViewWidget
+1 from me, the microphone access could be especially helpful since PB doesn't wrap Miniaudio's recording API (yet).
Re: enable or allow access to Microphone and Camera in WebViewWidget
Hi Infratec,
The link shows some interesting code but I have no idea how to use it to get camera access. Would you please show a short example.
The link shows some interesting code but I have no idea how to use it to get camera access. Would you please show a short example.
Re: enable or allow access to Microphone and Camera in WebViewWidget
I will try to get access to UVC standard video camera capture with this:
https://learn.microsoft.com/en-us/windo ... foundation
or with DirectShow for backward compatibility
https://learn.microsoft.com/en-us/windo ... directshow
But direct simple support in PB would be sooooo cool and helpful (or at least some code examples using WinAPI).
https://learn.microsoft.com/en-us/windo ... foundation
or with DirectShow for backward compatibility
https://learn.microsoft.com/en-us/windo ... directshow
But direct simple support in PB would be sooooo cool and helpful (or at least some code examples using WinAPI).
Last edited by technopol on Tue Sep 10, 2024 2:43 am, edited 1 time in total.
Re: enable or allow access to Microphone and Camera in WebViewWidget
Your URLs are broken!technopol wrote: Tue Sep 10, 2024 12:21 am I will try to get access to UVC standard video camera capture with this:
learn.microsoft.com/en-us/windows/win32 ... foundation
or with DirectShow for backward compatibility
learn.microsoft.com/en-us/windows/win32 ... directshow
But direct simple support in PB would be sooooo cool and helpful (or at least some code examples using WinAPI).
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: enable or allow access to Microphone and Camera in WebViewWidget
+1 for new libraries to allow Microphone and Camera access! 

- skinkairewalker
- Enthusiast
- Posts: 772
- Joined: Fri Dec 04, 2015 9:26 pm