Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding a newline to avoid a warning or no new line at the end of the …
…file.
  • Loading branch information
JonathanESantos committed Apr 14, 2021
commit 8e39a7d5996cbe8287ff41ac12e8e061c86e9a31
2 changes: 1 addition & 1 deletion src/python/k4a/examples/point_cloud_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
np.savetxt('data.txt', xyz_data, delimiter=' ', fmt='%u') # save ascii format (x y z\n x y z\n x y z\n ...)

# Stop Cameras
device.stop_cameras()
device.stop_cameras()