-
Notifications
You must be signed in to change notification settings - Fork 325
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
OM Systems OM-1 Mark II - not able to download #969
Comments
I think I missed this yesterday because I always started my tests with some sort of gphoto2 command unrelated to capture (auto-detect, summary, etc.). It seems that capture and download DOES work, but only on the first attempt. Toward the end of the first capture and download there is an error:
Then near the beginning of subsequent attempts, a different error:
Logs generated from the following commands are attached.
|
one thing would be to try to comment out this line: (line 3267 in library.c)
and see if that helps. Also is this a dual image capture (raw+jpg)? if yes, try single-jpg or single-raw first if that works better? |
It was set to single-raw .. I'll play with that setting on the camera with
and without that line you mentioned, thanks!
…-Abe
On Sat, Apr 27, 2024 at 2:32 AM Marcus Meissner ***@***.***> wrote:
one thing would be to try to comment out this line: (line 3267 in
library.c)
CR (ptp_setdevicepropvalue (params, 0xD052, &propval, PTP_DTC_UINT16));
and see if that helps.
Also is this a dual image capture (raw+jpg)? if yes, try single-jpg or
single-raw first if that works better?
—
Reply to this email directly, view it on GitHub
<#969 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJV2FEC3K73N5KEW6EHW5DY7NWDRAVCNFSM6AAAAABFKIQR3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBQGQZTAOJWGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@msmeissn Preliminary testing looks good on x86_64. The first two logs are with 0697bb0 (not working) and the last two are with the line you mentioned commented out. 1-capture-image.log |
Flipped the camera to RAW and plugged into an Orange Pi 5B. Looks like commenting out that line also works on aarch64: arm64-commented-out-capture-image-raw1.log |
I'm able to capture and save to the SD card but not download the captured images.
I've built
libgphoto2
from 5f9f6c8 andgphoto2
from v2.5.8. Not 100% sure if #967 should be enough for download to work? No issues with my E-M1 Mark III's and I don't have an OM-1 Mark I to test with.gphoto2-summary.txt
capture-image-and-download.log
The text was updated successfully, but these errors were encountered: