Hey all,
Has anyone explored, or implemented a PD object to control digital cameras via USB? In particular using libgphoto.
I just wanted to throw it out before I begin work on the task myself.
.b.
Hey Ben,
I have actually started being interested in this. I have not done any work yet nor extensive research but there seem to be libgphoto2 bindings for python (I do a bit of python scripting in pd already for the same project). So, if there's nothing yet available and you don't mind python, I would be interested in joining forces.
Cheers.
./MiS
On Fri, Feb 6, 2009 at 5:43 PM, B. Bogart ben@ekran.org wrote:
Hey all,
Has anyone explored, or implemented a PD object to control digital cameras via USB? In particular using libgphoto.
I just wanted to throw it out before I begin work on the task myself.
.b.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hey, so I'm wondering if anyone got a libgphoto2 extension made or got it working from python in pd? I've got a friend who's wanting to do some of this sort of stuff with PD..
-Alex
On Mon, Feb 9, 2009 at 10:59 AM, Michal Setamis@artengine.ca wrote:
Hey Ben,
I have actually started being interested in this. I have not done any work yet nor extensive research but there seem to be libgphoto2 bindings for python (I do a bit of python scripting in pd already for the same project). So, if there's nothing yet available and you don't mind python, I would be interested in joining forces.
Cheers.
./MiS
On Fri, Feb 6, 2009 at 5:43 PM, B. Bogart ben@ekran.org wrote:
Hey all,
Has anyone explored, or implemented a PD object to control digital cameras via USB? In particular using libgphoto.
I just wanted to throw it out before I begin work on the task myself.
.b.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- ./MiS 514-344-0726 http://www.creazone.ca
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hey all,
I have a draft in SVN under bbogart.
I've so far just used it to control cameras and save files on the host computer, not upload files.
What is your friend hoping to do with it?
In my last installation I realized I need to change the interface a bit, using a commport like "open" and "close" between control messages. So the next changes I make will not be patch compatible with what is currently in SVN.
Please do let me know your thoughts.
.b.
Alex wrote:
Hey, so I'm wondering if anyone got a libgphoto2 extension made or got it working from python in pd? I've got a friend who's wanting to do some of this sort of stuff with PD..
-Alex
On Mon, Feb 9, 2009 at 10:59 AM, Michal Setamis@artengine.ca wrote:
Hey Ben,
I have actually started being interested in this. I have not done any work yet nor extensive research but there seem to be libgphoto2 bindings for python (I do a bit of python scripting in pd already for the same project). So, if there's nothing yet available and you don't mind python, I would be interested in joining forces.
Cheers.
./MiS
On Fri, Feb 6, 2009 at 5:43 PM, B. Bogart ben@ekran.org wrote:
Hey all,
Has anyone explored, or implemented a PD object to control digital cameras via USB? In particular using libgphoto.
I just wanted to throw it out before I begin work on the task myself.
.b.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- ./MiS 514-344-0726 http://www.creazone.ca
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
He's hoping to take photos of small crowds walking down a sidewalk, from an above, fixed location, do some analysis on that to find locations of people, and use it as the 'score' for a continuously updating piece of music. I'm not sure how it is going to all work out but at least we can try grabbing photos in PD!
-Alex
On Thu, Jun 25, 2009 at 7:11 PM, B. Bogartben@ekran.org wrote:
Hey all,
I have a draft in SVN under bbogart.
I've so far just used it to control cameras and save files on the host computer, not upload files.
What is your friend hoping to do with it?
In my last installation I realized I need to change the interface a bit, using a commport like "open" and "close" between control messages. So the next changes I make will not be patch compatible with what is currently in SVN.
Please do let me know your thoughts.
.b.
Alex wrote:
Hey, so I'm wondering if anyone got a libgphoto2 extension made or got it working from python in pd? I've got a friend who's wanting to do some of this sort of stuff with PD..
-Alex
On Mon, Feb 9, 2009 at 10:59 AM, Michal Setamis@artengine.ca wrote:
Hey Ben,
I have actually started being interested in this. I have not done any work yet nor extensive research but there seem to be libgphoto2 bindings for python (I do a bit of python scripting in pd already for the same project). So, if there's nothing yet available and you don't mind python, I would be interested in joining forces.
Cheers.
./MiS
On Fri, Feb 6, 2009 at 5:43 PM, B. Bogart ben@ekran.org wrote:
Hey all,
Has anyone explored, or implemented a PD object to control digital cameras via USB? In particular using libgphoto.
I just wanted to throw it out before I begin work on the task myself.
.b.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- ./MiS 514-344-0726 http://www.creazone.ca
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Camera control is what I'm using it for also.
Mind you the version I'm using in the installation is a hacked version, since I noticed some problems after taking 1000s of photos. This is reason for me to implement the changes I need to. Feel free to tinker with it now, but pester me if you want it to be installation stable!
Coming to PDCON by any chance?
.b.
Alex wrote:
He's hoping to take photos of small crowds walking down a sidewalk, from an above, fixed location, do some analysis on that to find locations of people, and use it as the 'score' for a continuously updating piece of music. I'm not sure how it is going to all work out but at least we can try grabbing photos in PD!
-Alex
On Thu, Jun 25, 2009 at 7:11 PM, B. Bogartben@ekran.org wrote:
Hey all,
I have a draft in SVN under bbogart.
I've so far just used it to control cameras and save files on the host computer, not upload files.
What is your friend hoping to do with it?
In my last installation I realized I need to change the interface a bit, using a commport like "open" and "close" between control messages. So the next changes I make will not be patch compatible with what is currently in SVN.
Please do let me know your thoughts.
.b.
Alex wrote:
Hey, so I'm wondering if anyone got a libgphoto2 extension made or got it working from python in pd? I've got a friend who's wanting to do some of this sort of stuff with PD..
-Alex
On Mon, Feb 9, 2009 at 10:59 AM, Michal Setamis@artengine.ca wrote:
Hey Ben,
I have actually started being interested in this. I have not done any work yet nor extensive research but there seem to be libgphoto2 bindings for python (I do a bit of python scripting in pd already for the same project). So, if there's nothing yet available and you don't mind python, I would be interested in joining forces.
Cheers.
./MiS
On Fri, Feb 6, 2009 at 5:43 PM, B. Bogart ben@ekran.org wrote:
Hey all,
Has anyone explored, or implemented a PD object to control digital cameras via USB? In particular using libgphoto.
I just wanted to throw it out before I begin work on the task myself.
.b.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- ./MiS 514-344-0726 http://www.creazone.ca
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
not exactly what you are looking for, but i've been taking digital
camera pictures with nikon slr cameras using os x's automator and
digital camera programs to make an app and lounching this via shell
and the open command from within pd. works very well but is os x
exclusive.
m.
Am 06.02.2009 um 23:43 schrieb B. Bogart:
Hey all,
Has anyone explored, or implemented a PD object to control digital cameras via USB? In particular using libgphoto.
I just wanted to throw it out before I begin work on the task myself.
.b.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list