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 <raymanfx@gmail.com>
  • Loading branch information
raymanfx committed Oct 28, 2023
1 parent 9d61e42 commit c42f7d2
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 <raymanfx@gmail.com>"]
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 c42f7d2

Please sign in to comment.