Sam Carlberg
Sam Carlberg
If I have a dependency in my build.gradle file: ```kotlin dependencies { compile("com.example:library:+") } ``` I would expect it to be resolved to the most recent version at the time...
Updates JavaCV to 1.3.3 and javacpp-opencv to 3.2.0 in order to keep the same memory model between bindings. Allows up to ten publish video operations on ports 1180 to 1189....
Should slightly cut down on install sizes by only including the appropriate native libraries.
Angle is from minAreaRect, and is in the closed range `[-90, 0]` Rework contours operations to be a bit more functional Make filter contours a bit more optimized Add a...
Fixes a problem with logical operations (and linked input sockets in general) having output connections deserialized prior to input connections, which lead to crashes when loading save files with operations...
Pipeline connections are saved in a `HashSet`, which gives nondeterministic ordering of connections. XStream saves them in encounter order - which is a problem for the valve and switch operations...
Considering how several organizations are forking GRIP to add custom behaviors (Limelight, Jevois), it would be beneficial for us to provide a plugin API that third parties can use to...
Thinking this would be useful mostly for filtering operations where the parameters aren't obvious. Like hovering over a previewed contour could show its bounding box properties (cx, cy, w, h),...
If an invalid source is given, such as a typo in an IP camera URL, that source has to be deleted and a new one created to replace it. Being...
Trying to use any ROS operation will fail. Looks like the internal publisher never gets set @JLLeitschuh