Sorry, this is a duplicate of #34
In ofxEdsdk.cpp, the number has changed
define OFX_EDSDK_MOV_FORMAT 45317 //old number is 45316
This makes the video file never get saved.
Maybe should consider using "if, else" instead of "if, else if" to catch all numbers.
But maybe it is camera dependent. I'm using 700D.
Sorry, this is a duplicate of #34 In ofxEdsdk.cpp, the number has changed
define OFX_EDSDK_MOV_FORMAT 45317 //old number is 45316
This makes the video file never get saved. Maybe should consider using "if, else" instead of "if, else if" to catch all numbers. But maybe it is camera dependent. I'm using 700D.