-
Notifications
You must be signed in to change notification settings - Fork 4
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
FUJIFILM XH2, recognition successful, but the app crashed #24
Comments
Is this wireless tethering? |
I guess it has to be, PC auto save isn't on the H2 |
Increasing the buffer size of https://github.com/petabyt/camlib/blob/365de61c84f388bd52d82def21e0577e8aab3ede/src/cl_data.h#L37 |
PROCESS STARTED (20285) for package dev.danielc.fujiapp ---------------------------- |
Keep in mind support for this feature was barely implemented and tested, I probably shouldn't even have noted it at all. By 'empty image' what do you mean? Is it 0 bytes or is it black? |
It it's zero bytes, it looks like the camera is sending us zero bytes for the image:
|
Yes,it's zero bytes.Is it possible to solve this problem? |
Is the issue related to the error reported in this log? |
If it's zero bytes I assume it's a quirk of how X-H2 handles file transfers |
I noticed in the logs that the camera status is FUJI_WAIT_FOR_ACCESS, which shouldn't be correct. However, the camera did take a photo, and it indeed triggered the app to download the photo. |
That property isn't used on wireless tether mode, communication is the exact same as it would be on PTP/USB |
I have set up detailed logs to try to troubleshoot the issue. Could you provide some suggestions? Here are the detailed logs: D You are on 192.168.1.4 E [Init] Parsing response data E ptpipusb_receive_bulk_packets: Read 825 bytes E =================================== |
Main logs
2024-11-21 17:01:02.595 discovery D Discovery starting
2024-11-21 17:01:02.597 wifi D Wifi network is available: 432902426637
2024-11-21 17:01:02.597 plat_dbg D You are on 192.168.1.8
2024-11-21 17:01:02.597 plat_dbg D Binding to 51542
2024-11-21 17:01:02.597 plat_dbg D Binding to 51541
2024-11-21 17:01:03.754 fudge D Received the camera's intimate broadcast…
2024-11-21 17:01:03.756 plat_dbg D invite server: Connection accepted from 192.168.1.13:34918
2024-11-21 17:01:03.769 fudge D Waiting on network...
2024-11-21 17:01:04.270 plat_dbg D Connecting to 192.168.1.13:15740
2024-11-21 17:01:04.391 fudge D Starting gallery
2024-11-21 17:01:04.392 fudge D Waiting on the camera...
2024-11-21 17:01:04.392 fudge D Make sure you pressed OK.
2024-11-21 17:01:04.458 fudge D Initialized connection.
2024-11-21 17:01:04.458 fudge D The camera is thinking...
Error begins
2024-11-21 17:01:04.606 ptp_panic E ptp_read_uint16_array overflow 256 >= 277
2024-11-21 17:01:04.611 libc A FORTIFY: pthread_mutex_lock called on a destroyed mutex
2024-11-21 17:01:04.611 libc A Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE)
The text was updated successfully, but these errors were encountered: