Move framerate to basecamera, using data_dir

This commit is contained in:
jaknapper 2026-05-12 14:00:29 +01:00
parent 5a8e8f745a
commit ab25705edc
4 changed files with 155 additions and 156 deletions

View file

@ -48,7 +48,7 @@ def test_record_framerate_async(picamera_client, tmp_path):
# Wait slightly longer than recording duration for async task completion
time.sleep(1.5)
log_files = list(output_dir.glob("framerate_log_*.csv"))
log_files = list(output_dir.glob("framerate_*.csv"))
# Ensure exactly one log file was created
assert len(log_files) == 1

View file

@ -93,7 +93,6 @@ def test_thing_description_equivalence(mock_picam_thing):
"set_static_green_equalisation",
"set_ce_enable_to_off",
"stop_streaming",
"record_framerate_async",
"reset_ccm",
}
picamera_extra_props = {