Skip to content

Commit 482ef41

Browse files
committed
MediaRSAndOpenCV - bump media-rs.
* finally working with 2 cameras, with correct shutdown sequence. * cameras also able to be restarted.
1 parent 1033cf3 commit 482ef41

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

experimentation/media-rs-and-opencv/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experimentation/media-rs-and-opencv/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ linux = [
2222
# Computer Vision and Image Processing
2323
opencv = { version = "0.97.2", features = ["imgcodecs", "imgproc", "objdetect"], default-features = false, optional = true }
2424
# currently need a version of media-rs with linux support (via libcamera)
25-
media = { git = "https://github.com/MakerPnP/media-rs", rev = "ea3dbfc2e880eecd9e5de473d076eac3d1a845e9" }
26-
#media = { path = "../../../media-rs" }
25+
media = { git = "https://github.com/MakerPnP/media-rs", rev = "311e3c35b52657213f42f94bb7e51423c90add5a" }
26+
#media = { path = "../../../media-rs/media" }
2727
image = { version = "0.25.8" }
2828

2929
# GUI Framework and User Interface

0 commit comments

Comments
 (0)