-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowing for client operations from one of the pis in array #41
Comments
No prob - the client should run happily on Raspbian. The command line client should "just work" - just install the compoundpi-client package and you'll have it. The GUI might require more work - it's fairly untested. Unfortunately the only version in the Raspbian repo at the moment is 0.3 which is woefully out of date and has a few bugs - I'm trying to finish off 0.4, and it's nearly done but I've no idea when I'm going to find time to polish it off and package it up at the moment. |
Thank you! If it can take photos synchronously, then it's good enough for my purposes. |
At the moment I think the command line and GUI clients don't provide any means of configuring the output filename - they simply use the IP address and capture time of the image (which should fit your purposes still). Using the batch client in 0.4 (not yet released, but close) you can name the outputs whatever you like as you'd be creating the files and just asking the client to write data into them. |
Okay, 0.4 is out now (though it'll take a few days for it to hit the Raspbian repos). Still, I've had the opportunity to test using a Pi as the client. I'm happy to report it works nicely with the command line client (cpi), the GUI client (cpigui), and the batch client. Once it hits the Raspbian repos it should be as simple as installing the |
Oh man, thanks! |
Probably not an issue, wasn't sure where to post... Apologies if this is in the way.
I'm attempting to setup an array of pi cameras, and have one of the camera/pi units act as a control master, while still acting as a camera to synchronously take photos with the other units.
Is it possible to get client like functionality on one of the pis?
The text was updated successfully, but these errors were encountered: