@@ -89,8 +89,8 @@ The Bayer to ``RGB`` function is based on:
8989 The other big difference is "camera enumeration." Some backends don't have
9090 a way to list out camera names, or even the number of cameras on the
9191 system. In these cases, :func: `list_cameras() ` will return
92- something like ``[0] ``. If you know you have multiple cameras on the
93- system, these backend ports will pass through a "camera index number"
92+ something like ``[0] ``. If you know you have multiple cameras on the
93+ system, these backend ports will pass through a "camera index number"
9494 through if you use that as the ``device `` parameter.
9595
9696 .. versionaddedold :: 2.0.3
@@ -100,7 +100,7 @@ The Bayer to ``RGB`` function is based on:
100100 .. function :: colorspace
101101
102102 | :sl:`Surface colorspace conversion`
103- | :sg:`colorspace(Surface , format, DestSurface = None, /) -> Surface`
103+ | :sg:`colorspace(surface , format, dest_surface = None, /) -> Surface`
104104
105105 Allows for conversion from "RGB" to a destination colorspace of "HSV" or
106106 "YUV". The source and destination surfaces must be the same size and pixel
@@ -132,7 +132,7 @@ The Bayer to ``RGB`` function is based on:
132132
133133 Loads a camera. On Linux, the device is typically something like
134134 "/dev/video0". Default width and height are 640 by 480.
135- Format is the desired colorspace of the output.
135+ Format is the desired colorspace of the output.
136136 This is useful for computer vision purposes. The default is
137137 ``RGB ``. The following are supported:
138138
@@ -214,7 +214,7 @@ The Bayer to ``RGB`` function is based on:
214214 frame when called with a blocking function like :func: `get_image() `.
215215 On Windows (MSMF), and the OpenCV backends, :func: `query_image() `
216216 should be reliable, though. This is useful to separate the framerate of
217- the game from that of the camera without having to use threading.
217+ the game from that of the camera without having to use threading.
218218
219219 .. ## Camera.query_image ##
220220
0 commit comments