Skip to content

Commit

Permalink
eye: 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher N. Hesse <[email protected]>
  • Loading branch information
raymanfx committed Oct 28, 2023
1 parent d9eb9f1 commit f4a0cd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 0.5
> #### Added
> * Device product description (`device::Description`)
> * Glium example
> * Restored openpnp-capture HAL
> - libuvc does not support iSight cameras of current-gen MacBooks
> - libuvc remains as the default Windows backend, while macOS defaults to openpnp-capture
> * Device controls (brightness, saturation, ...) for openpnp-capture HAL
> * Support for YUYV formats (autoconversion to RGB) when using the high-level `eye` crate
### 0.4
> #### Added
> * Universal Video Class (UVC) HAL
Expand Down
4 changes: 2 additions & 2 deletions eye/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "eye"
description = "Cross platform camera capture and control"
version = "0.4.1"
version = "0.5.0"
authors = ["Christopher N. Hesse <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ default = ["jpeg"]
jpeg = ["jpeg-decoder"]

[dependencies]
eye-hal = { version = "0.1.0", path = "../eye-hal" }
eye-hal = { version = "0.2.0", path = "../eye-hal" }
ffimage = "0.10.0"
ffimage_yuv = "0.10.0"

Expand Down

0 comments on commit f4a0cd0

Please sign in to comment.