Move framerate to basecamera, using data_dir
This commit is contained in:
parent
5a8e8f745a
commit
ab25705edc
4 changed files with 155 additions and 156 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue