letsfire

Results 2 issues of letsfire

**Describe the bug** INFO Launching Electron... [info] use ffmpeg.wasm v0.9.8 [info] load ffmpeg-core [info] loading ffmpeg-core [info] fetch ffmpeg.wasm-core script from @ffmpeg/core (node:14408) UnhandledPromiseRejectionWarning: Error: Cannot find module '@ffmpeg/core' **Desktop...

```C char* data; unsigned long int size = 1000; CameraFile* file; gp_file_new(&file); CHECK_RESULT(gp_camera_file_get(camera, folder, name, GP_FILE_TYPE_NORMAL, file, context)); CHECK_RESULT(gp_file_get_data_and_size(file, &data, &size)); ``` Why is the size correct, but the length...