-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Expose and test Capabilities interface in Python. - Remove a bunch of commented code in camera.rs. *Note*: Storage metadata is unqueryable unless you start the runtime (issue [here](acquire-project/acquire-video-runtime#119)). In the test `test_storage_capabilities`, it was necessary to start the runtime for the test to pass, but that's really pretty terrible and I wouldn't choose to do that. --------- Co-authored-by: Andy Sweet <[email protected]>
- Loading branch information
1 parent
fd65deb
commit d71f3d0
Showing
11 changed files
with
1,464 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ imgui.ini | |
Testing | ||
*.zarr | ||
*.tif | ||
*.bin | ||
*.json | ||
Cargo.lock | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.