Jeremy Dyer
Jeremy Dyer
They are consumed from the camera at a constant user defined frame rate. Much the same way the Kafka source behaves with its poll interval.
So I have done a lot with opencv in C/C++ in the past. I just started looking at the python wrapper and its pretty awesome. In fact its got me...
Also I do like the idea of a generic "poll" source as well! In fact that was what I was trying to say I wanted https://github.com/python-streamz/streamz/issues/274 although poorly worded =)
Late to the game here but corr would be exceptionally awesome for me in my case!
@zjw0358 So is this something that is already present in Tornado you are saying but we just aren't taking advantage of it in the scheduler? Am I understanding that correctly?
@CJ-Wright I saw this after opening https://github.com/python-streamz/streamz/pull/286 in which I introduced a CONTRIBUTING.md file. That seems like a good place to also place installation documentation. What do you think?
I'm now not seeing this issue with the latest cudf release. Should we close this now?
> or sending the data + exception to another pipeline. This is exactly how we handle exceptions in Apache NiFi and the feedback from community members seems to almost always...
Hey @ChrisJar could you resolve upstream conflicts and merge again?
@randerzander resetting the Context would not cause another JVM instance to be started. In fact the jvm instance is created before even creating a Context and rather is started as...