You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried this out today, on my Arch machine, it crashes node instantly when trying to get the first camera - even if there is a camera connected or not.
Example
const CameraList = require("@tsed/gphoto2-driver").CameraList;
new CameraList().load();
If you downgrade your nodejs version to v12, it should works as expected.
I'm not an expert in C++ and nodejs so I'm not able to fix that. I can try to find another way to manipulate array pointer without using ref-array-napi, but... I'm not sure how I'll doing that. Any help is welcome :)
Oh, thanks for the explanation! I'm also not familiar enough with C++ to figure that out. Do what you want with this issue, I found other ways around the problem.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Information
When I tried this out today, on my Arch machine, it crashes node instantly when trying to get the first camera - even if there is a camera connected or not.
Example
Output
The text was updated successfully, but these errors were encountered: