Skip to content

Commit 01158fa

Browse files
authored
Update realtime_rpi.rst (#617)
Add translation
1 parent ff0befc commit 01158fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intermediate_source/realtime_rpi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ OpenCV는 ``numpy`` 배열을 BGR로 반환하므로 이 배열을 읽고 약간
108108
.. code:: python
109109
110110
ret, image = cap.read()
111-
# convert opencv output from BGR to RGB
111+
# opencv 출력을 BGR에서 RGB로 변환합니다.
112112
image = image[:, :, [2, 1, 0]]
113113
114114
데이터를 읽고 처리하는데 약 ``3.5ms`` 가 걸립니다.

0 commit comments

Comments
 (0)