Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Dec 19, 2024
1 parent fec4d19 commit 3b0a2fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backends/capture/avfoundation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ impl AVFoundationCaptureDevice {

// device.lock()?;
let formats = device.supported_formats()?;
// formats debug
let camera_fmt = req_fmt.fulfill(&formats).ok_or_else(|| {
NokhwaError::OpenDeviceError("Cannot fulfill request".to_string(), req_fmt.to_string())
})?;
Expand Down

0 comments on commit 3b0a2fe

Please sign in to comment.