Skip to content

Commit cb2b808

Browse files
authored
Update README.md
Fix example
1 parent b1e80fe commit cb2b808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ from pyk4a import PyK4A
4444
4545
# Load camera with the default config
4646
k4a = PyK4A()
47-
k4a.connect()
47+
k4a.start()
4848
4949
# Get the next capture (blocking function)
5050
capture = k4a.get_capture()

0 commit comments

Comments
 (0)