l1npengtul / nokhwa

Cross Platform Rust Library for Powerful Webcam/Camera Capture
Apache License 2.0
502 stars 121 forks source link

⬆️ v4l v0.14 & v4l2-sys-mit 0.3 #122

Closed OlivierLDff closed 1 year ago

OlivierLDff commented 1 year ago

This release bump bindgen = "0.59" to bindgen = "0.65.1" which fix compilation error on ubuntu 20.04

Compile Error

error: failed to run custom build command for `v4l2-sys-mit v0.2.0`

Caused by:
  process didn't exit successfully: `/home/naostage/dev/nokhwa/target/debug/build/v4l2-sys-mit-5048993d2f304be7/build-script-build` (exit status: 101)
  --- stderr
  thread 'main' panicked at '"v4l2_pix_format_union_(anonymous_at_/usr/include/linux/videodev2_h_493_2)" is not a valid Ident'

Changelog

[0.14.0] - 2023-05-13

Added

l1npengtul commented 1 year ago

Will be sure to update for 0.11 which I will start when I have more time. Thanks for the heads up!