Blackdread / canon-sdk-java

Canon EOS SDK in java. Wrapper for Canon EOS Digital Software Development Kit EDSDK.
MIT License
96 stars 17 forks source link

Video capture #5

Open skit4214 opened 5 years ago

skit4214 commented 5 years ago

Hi,

Can this be used for shooting video? Now or in the near future

Thank you

Blackdread commented 5 years ago

It can be used yes. There is no commands right now that do that for you automatically. You can check the interface MovieLogic but it is empty.

I have not tested to do movie yet so I have not implemented it.

It is welcomed if you are going to implement some video logic then do a PR or other then I can check myself and try it.

Also there are different type of video:

skit4214 commented 5 years ago

Ok, thanks Now there is no strong need for this A little later I will try to implement logic, if you do not do it :)

Blackdread commented 5 years ago

@skit4214 hi did you have opportunity to write some commands to support video?

dantheman213 commented 4 years ago

I'm also interested in video. I'm not very familiar with this SDK though and the documentation looks almost as fun as NetSuite's. I did see this on how to do it though:

https://stackoverflow.com/questions/4037929/how-to-start-stop-video-recording-on-canon-camera-via-sdk

Blackdread commented 4 years ago

Thanks. I know the commands and how to do a movie with the SDK, it is just that I have no time to work on it. And I have no clients that paid me to implement it, they do not require video capture.