You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- I'm not very worried about the udp part nor the client (i don't want to control them by hand, they're controlled by a much larger project) but does compoundpi use something that takes near instant capture or does it also have a delay like raspistill?Ronan Thibaudau– Ronan Thibaudau2014-10-06 13:17:09 +00:00Commented Oct 6, 2014 at 13:17
- Dave, it seems you're the author of projects that revolve around what i need, is there any chance we could have a Skype or email discussion?Ronan Thibaudau– Ronan Thibaudau2014-10-06 13:18:05 +00:00Commented Oct 6, 2014 at 13:18
- Certainly - do feel free to email me directly (my e-mail address should visible on my GitHub profile)Dave Jones– Dave Jones2014-10-06 13:21:44 +00:00Commented Oct 6, 2014 at 13:21
- 1Oh, and on your other question: it's near instant. When the compoundpi daemon is started it initializes and configures the camera (which is where a lot of delay in raspistill comes from) then awaits a capture command. The capture command can either instantly cause a capture or wait until a specified timestamp before capturing. In the instant case, the delay between receipt of command and capture should be milliseconds.Dave Jones– Dave Jones2014-10-06 13:27:03 +00:00Commented Oct 6, 2014 at 13:27
- Dave Jones, this idea of initialising the camera before taking the capture, can you give more info? Can we do this from the commandline?Ollie– Ollie2015-03-27 06:44:17 +00:00Commented Mar 27, 2015 at 6:44
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. pi-3), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you