Using EDSDK 2.14 with Rebel T3i - Raw + JPEG -


i last used sdk 2.9 eos 5d mark ii camera, , working well. have updated use sdk 2.14 eos rebel t3i camera. have 3 issues:

1) set mode return both raw , jpeg -- not work @ - code hangs/crashes -- if set raw only, works. rebel t3i not support raw + jpeg ?

2) used able set different size raw images (raw1, raw2) -- in application user select resolution wants. rebel t3i, regardless of mode setting image 25 mb

3) raw image 8-bits-per-pixel -- used able 16-bpp 5d mark ii -- there way rebel t3i?

1) guessing 2) need set this:

uint seterror = edsdk.edssetpropertydata(camera, edsdk.propid_imagequality, 0, sizeof(uint32), edsdk.imagequality.edsimagequality_mr); 

where 'camera' pointer handle. edsdk 2.14 has new edsimagequality enum. not sure how 3.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -