mirror of
https://github.com/pythonguis/pythonguis-examples.git
synced 2025-01-20 16:52:54 +08:00
18 lines
744 B
Markdown
18 lines
744 B
Markdown
|
# NSAViewer — Somebody's watching you.
|
|||
|
|
|||
|
With this webcam snapshot application you can take photos of what is currently
|
|||
|
being viewed by your webcam. Uses the Qt QtMultimedia framework for handling
|
|||
|
all the interaction with the camera, and supports multiple cameras if you have
|
|||
|
them.
|
|||
|
|
|||
|
![Camera](screenshot-camera.jpg)
|
|||
|
|
|||
|
> If you think this example app is neat and want to learn more about
|
|||
|
PyQt in general, [take a look at my ebook & online course
|
|||
|
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)
|
|||
|
which covers everything you need to know to start building your own applications with PyQt.
|
|||
|
|
|||
|
## Other licenses
|
|||
|
|
|||
|
Icons used in the application are by [Yusuke Kamiyaman](http://p.yusukekamiyamane.com/).
|