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
Expose raw file descriptor of streams through Stream::handle()
Changed
Updated bindgen dependency to 0.65.1
Fixed
Use proper C FFI struct field for Integer64 controls
Fix example in README.md to account for the negotiated pixelformat
This release bump bindgen = "0.59" to bindgen = "0.65.1" which fix compilation error on ubuntu 20.04
Compile Error
Changelog
[0.14.0] - 2023-05-13
Added
Stream::handle()
Changed
bindgen
dependency to 0.65.1Fixed
Integer64
controls