Nov-02-2018, 04:36 PM
hello all ...
how i can get my webcam name by python ??
in powershell i can use this command:
output :
![[Image: Capture.png]](https://i.postimg.cc/vbPM8gjq/Capture.png)
how i can do this in pure python ?
how i can get my webcam name by python ??
in powershell i can use this command:
Quote: Get-WmiObject Win32_PNPEntity | Select Name | Select-String "Camera"
output :
Quote:@{Name=HP Wide Vision HD Camera}
![[Image: Capture.png]](https://i.postimg.cc/vbPM8gjq/Capture.png)
how i can do this in pure python ?