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

Movies not saved. OFX_EDSDK_MOV_FORMAT is 45317 for me #34

Open
jeffcrouse opened this issue Apr 28, 2015 · 5 comments
Open

Movies not saved. OFX_EDSDK_MOV_FORMAT is 45317 for me #34

jeffcrouse opened this issue Apr 28, 2015 · 5 comments

Comments

@jeffcrouse
Copy link

Using a 5D Mark III with SDK v2.15 - Macintosh

I had to change OFX_EDSDK_MOV_FORMAT from 45316 to 45317

Not sure why it's different, but maybe this will help someone else if your movies aren't being saved.

@quietcricket
Copy link

Same here. I'm using SDK 3.2 Mac and my camera is 700D

@kylemcdonald
Copy link
Owner

thanks. curious if @smallfly has run into this.

@smallfly
Copy link
Contributor

I have not tried the v2.15 of the SDK yet. To be honest, I do not even remember where I did found that it was the value to use. I quickly looked at the SDK headers and the doc and there is no info about that. 'EdsDirectoryItemInfo' has a 'format' element that should be defined by an 'EdsImageType' which can have the following values:

kEdsTargetImageType _Unknown: Folder, or unknown image type
kEdsTargetImageType _Jpeg: JPEG
kEdsImageType_CRW: CRW
kEdsImageType_CR2: CR2

There is no mention of movie format here.

How did you ended up using 45317?

Thanks

@quietcricket
Copy link

I logged the value from dirItemInfo.format

@smallfly
Copy link
Contributor

This must be what I did too. This is strange though that I can not find any reference of this type/format in the documentation. I googled it too, and I did not find anything useful either.

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

4 participants