Sam Carlberg

Results 64 issues of 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.

type: build

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...

type: enhancement
location: core

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...

type: bugfix

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...

type: bug
location: core

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...

Developer Discussion/Decision
feature request
Epic

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),...

Developer Discussion/Decision
feature request

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...

feature request

Trying to use any ROS operation will fail. Looks like the internal publisher never gets set @JLLeitschuh

type: bug
location: core