notklaatu / stopgo

Stop-motion animation software. This is a publish-only repository mirroring Gitlab.
http://makerbox.org.nz/stopgo
Other
17 stars 5 forks source link

How did you handle image/video capture? #51

Closed define-private-public closed 6 years ago

define-private-public commented 6 years ago

Hi.

I'm currently working on my own animation tool. It's intended for pencil tests, but it might be used as stop motion software as well. Currently I've been planning to use libgphoto2 to handle the camera feed, but it's been quite difficult to work with. I've seen that you're using libVLC to handle the camera stuffs.

Could you point me towards some tutorials or info that you used? Because of how difficult it can be to work with libgphoto2, I've been looking at alternative methods of handling video/image capture.

Thanks, ~Ben

notklaatu commented 6 years ago

Hey Ben. I can't point you to a tutorial on the subject (yet) because I don't know of one. I just read the Python code of vlc.py and tried some stuff out.

I'll try to write a quick tutorial about it this weekend. Then I'll point you to it :-)

I'm happy to (try to) help, though, so don't hesitate to ask questions. Specifically, which part are you asking about? camera detection, taking the photo, onion-skinning? the whole thing?

notklaatu commented 6 years ago

No response in 3 months -> closing.

Feel free to reopen if you have further; questions.