filters/gp_filter_resize_alloc: Check w and h
[gfxprim.git] / doc / example_py_cam_view.txt
blob209a73433dc00a8e578bd2c88f01b582761c859a
1 Camera Viewer
2 -------------
3 A simple program that shows video from camera (V4L2 device)
5 [source,python]
6 ------------------------------------------------------------------
7 include::../demos/py_simple/cam_view.py[]
8 ------------------------------------------------------------------