Hi Evgeny and welcome to the forums!
I actually never used a video camera from ImagingSource. They look interesting though.
My first approach would be to see if they provide DirectShow filter drivers in their install package. If they support DirectShow, then VideoCaptureDevice from the Bonsai.Video package should be able to handle it right away.
If not and anyone feels like integrating it the rough steps would be:
- Install their SDK
- Check if they have a C# API (it looks like they do)
- Check their code samples for the API
- Make a custom Bonsai source (see here and an example here - you can ignore everything until the lock and ideally just copy/paste the sample code inside the Task)
If they provide good examples, it shouldn't be exceedingly difficult. Right now we don't have access to an ImagingSource camera, so it would be hard for us to test it at the moment...
Hope this helps.