Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error windows build: "enum FrameFormat is private" #175

Open
Ales999 opened this issue Jun 9, 2024 · 0 comments
Open

Error windows build: "enum FrameFormat is private" #175

Ales999 opened this issue Jun 9, 2024 · 0 comments

Comments

@Ales999
Copy link

Ales999 commented Jun 9, 2024

If build nokhwa-bindings-windows:

C:\Devs\RustDev\WebCams\nokhwa\nokhwa-bindings-windows>cargo build --release
Compiling nokhwa-bindings-windows v0.4.0 (C:\Devs\RustDev\WebCams\nokhwa\nokhwa-bindings-windows)
error[E0603]: enum FrameFormat is private
--> nokhwa-bindings-windows\src\lib.rs:35:29
|
35 | ControlValueSetter, FrameFormat, KnownCameraControl, KnownCameraControlFlag, Resolution,
| ^^^^^^^^^^^ private enum
|
note: the enum FrameFormat is defined here
--> C:\Devs\RustDev\WebCams\nokhwa\nokhwa-core\src\types.rs:3:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant