Skip to content

Commit d41a644

Browse files
committed
update readme
1 parent 0642b00 commit d41a644

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ with Capture(window_name='visual studio code') as cap:
2828

2929
The snippet above will capture a window which title contains the string `visual studio code`, take one frame (which is represented as a `numpy` array) and print its shape.
3030

31+
See `Capture` constructor for more options. It is possible to capture the entire screen using `display_id` argument,
32+
for example.
33+
3134
To run an example using OpenCV's `highgui`:
3235

3336
1. Install `opencv-python`

0 commit comments

Comments
 (0)