Brian Schwind

Results 190 comments of Brian Schwind

Adding in some context from [the standard](https://www.emva.org/wp-content/uploads/GenICam_Standard_v2_1_1.pdf) (page 27): > The _\_ element points to a node implementing an IInteger interface delivering an _index_. The element has an attribute _Offset_....

Hey @frankjannis, thanks for the PR, and sorry I missed this! The fix looks good, but it would be great to add a test that fails on `main` and gets...

> I currently don't have the time, to completely fix the behavior for the register lengths. That's okay, I might take a crack at it and see what I come...

Did you have any tech choices in mind for this issue? There's `egui` paired with `glium` or `wgpu`, as well as many other up-and-coming Rust UI frameworks (slint, iced, dioxus,...

@Y-Nak thanks for laying out some of those requirements, this is great. I work at [tonari](https://github.com/tonarino) and we're currently evaluating switching to GenICam-compatible cameras. We currently have an internal tool...

@Y-Nak I think I'll leave the higher level direction and technical choices to you (whether to use Iced or egui) as I don't want to force an opinion there. I'm...

I tried running the `stream` example over and over, but I always receive an error: ``` brian cameleon $ cargo run --release --example stream Finished release [optimized] target(s) in 0.07s...

Things are still majorly in flux, but for now I've started using `glam` in my [higher level OCC bindings](https://github.com/bschwind/opencascade-rs/tree/24223a4ab7c6696555cd8fa7a301406284d34f38/crates/opencascade) I wouldn't recommend using it yet, but it's quite easy to...

Hi, yes we should be using Result for fallible calls. This is tracked in #24 and it can be achieved with cxx.rs and the use of exceptions.