Results 19 comments of ChrisB

@stez-mind, thanks for the quick reply. I spent a lot of time looking at this, even reading through Sushi's code and still didn't spot this - thank you! I'll try...

HI @noizebox , thanks for the additional information... unfortunately I'm still not getting this set up how I'd like it. Basically I'm just trying to have the following: ``` Input...

@noizebox thanks, yes I see what you are saying and I had misunderstood how to identify the tracks (I was assuming it was a 'global' track number, rather than a...

Thanks @noizebox, at least I know I'm on the right track now. I was wondering if it could be an electrical issue in terms of a bad connection with the...

Thanks @Jonas-fr ! I don't know why I didn't think of that, but that makes perfect sense. When I get a chance, I'll swap two of them over - will...

Just to add - this is the stack trace: ``` at NetTopologySuite.Features.AttributesTable.Add(String attributeName, Object attributeValue) at OsmSharp.Geo.DefaultFeatureInterpreter.TagsAndIdToAttributes(ICompleteOsmGeo osmObject) at OsmSharp.Geo.DefaultFeatureInterpreter.Interpret(ICompleteOsmGeo osmObject) at OsmSharp.Geo.Streams.Features.Interpreted.InterpretedFeatureStreamSource.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.ToList() at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) ``` Looking...

OK, so I don't know if this helps, but in DefaultFeatureInterpreter.cs, line 523 and 524: ``` var attr = osmObject.Tags.ToAttributeTable(); attr.Add("id", osmObject.Id); ``` The osmObject.Tags attribute table already contains an...

Thought I would give an update on this - I was actually trying to draw in an incredibly large area - bigger than I'd realised. I still think it should...

Hi, thanks for the response! This looks really promising, but unfortunately I can't get it to work. Basic code as follows: ``` var fs = require('fs'); var omx = require('openmax');...

I should add, my file, 't.rgb' is a test card image, raw 24-bit BGR 888 format, 1920 pixels wide, 1080 pixels high, with 10 frames in the stream.