Skip to content

Commit

Permalink
these aren't written out
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jul 26, 2024
1 parent 4231f18 commit 900d68b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions system/loggerd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Check out our [python library](https://github.com/commaai/openpilot/blob/master/

For each segment, openpilot records the following log types:

## rlog.bz2
## rlog

rlogs contain all the messages passed amongst openpilot's processes. See [cereal/services.py](https://github.com/commaai/cereal/blob/master/services.py) for a list of all the logged services. They're a bzip2 archive of the serialized capnproto messages.

Expand All @@ -19,7 +19,7 @@ Each camera stream is H.265 encoded and written to its respective file.
* ecamera.hevc is the wide road camera
* dcamera.hevc is the driver camera

## qlog.bz2 & qcamera.ts
## qlog & qcamera

qlogs are a decimated subset of the rlogs. Check out [cereal/services.py](https://github.com/commaai/cereal/blob/master/services.py) for the decimation.

Expand Down
2 changes: 1 addition & 1 deletion system/loggerd/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
UPLOAD_ATTR_VALUE = b'1'

UPLOAD_QLOG_QCAM_MAX_SIZE = 5 * 1e6 # MB
LOG_COMPRESSION_LEVEL = 10
LOG_COMPRESSION_LEVEL = 10 # little benefit up to level 15. level ~17 is a small step change

allow_sleep = bool(os.getenv("UPLOADER_SLEEP", "1"))
force_wifi = os.getenv("FORCEWIFI") is not None
Expand Down

0 comments on commit 900d68b

Please sign in to comment.