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

Linux hangs on OpenAsync and blocks device afterwards #36

Closed
Juff-Ma opened this issue Feb 19, 2023 · 2 comments
Closed

Linux hangs on OpenAsync and blocks device afterwards #36

Juff-Ma opened this issue Feb 19, 2023 · 2 comments

Comments

@Juff-Ma
Copy link

Juff-Ma commented Feb 19, 2023

await device.OpenAsync() blocks the device and hangs.

Camera itself works normally.

@kekyo
Copy link
Owner

kekyo commented Feb 21, 2023

Thank you for using FlashCap!

I think, some cameras return unusual characteristic information, which may not work properly if selected. If this case, try selecting a different item of the returned characteristic information.

As a quick way to verify the above, try one of the sample codes at sample code to see if the camera is recognized. If you use the Avalonia sample version, you can use easy the GUI to switch between the cameras and their characteristics.

  • These should work if you clone this repository and build FlashCap.sln.
    If the build fails (perhaps due to an older .NET Core SDK not being installed, etc.),
    extract the sample code project, remove the reference to the FlashCap project,
    and instead reference the FlashCap NuGet package.

@kekyo
Copy link
Owner

kekyo commented Mar 5, 2023

Since there seems to be no response, close it once. Reopen if necessary.

@kekyo kekyo closed this as completed Mar 5, 2023
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

2 participants