Florian Bruggisser

Results 164 comments of Florian Bruggisser

Ok, sorry, `camera` was not clear. In the RS terminology there is a `device`, which contains `sensors`, which can be `streamed`. A `stream` can be identified by the `sensor` and...

Sounds good to me, I just changed the order of the streams. Color should be index `0` to have this one as default stream. I have implemented it in the...

@saudet Do you think it would make sense to release a new version with the fix applied in 1.5.8? At the moment, calibration with realsense cameras is not possible (except...

@saudet I tried to calibrate a RealSense D455 with a projector and it seems that there are still problems. As mentioned in [this comment](https://github.com/bytedeco/javacv/pull/1750#issuecomment-1038034899), the order of the streams if...

@jpivarski Thank you very much for the comprehensive explanation. I guess for now it's fine to access the original array with `v.x[1] = 25`.

I am currently using your library together with processing. Maybe I'll find the time to create a plugin but at the moment it's a bit a mess because I have...

I am using your library since two years in my own [visual software](https://github.com/bildspur/visual-push) (processing based), but now I wanted to rewrite the whole software and also modified your library. I...

So today I changed the structure of the API to be more extendable for different image sources. Now the processing related part is capsuled into two decorator classes, which do...

I think your problem is related to this issue: https://github.com/Syphon/Syphon-Framework/issues/93 Syphon needs an NSRunLoop, otherwise it won't get the needed notifications.

Thanks for reporting, could you add the java version too? Because what you are doing is already covered in the library, except the manual step of colorizing the image. Using...