Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion modules/data_encoding/message_encoding_decoding.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Encoding and Decoding Global Positions
Save first byte as char to represent which worker sent the message
Save first byte as char to represent which worker sent the message
"""

import base64
Expand Down
2 changes: 1 addition & 1 deletion modules/data_encoding/metadata_encoding_decoding.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Encoding and Decoding Metadata
Save first byte as char to represent which worker sent the message
Save first byte as char to represent which worker sent the message
"""

import base64
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/camera_emulator/test_camera_emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
run this script (this will create a virtual camera and start streaming images to it)

- Run test_camera_read (will open the virtual camera using opencv and display the images)
Note: may need to mess around with camera index
Note: may need to mess around with camera index
(usually will be # of cameras connected to computer + 1)
"""

Expand Down
Loading