Heyhey,
I want to make an executable. OpenCV is implemented and I want to give the user the Option to choose/change the camera in StrideWindow (ImGui). I think the ComboWidget is the way to do this but I can’t tap the input (CameraInputDevice). May I have to enumerate the devices?
Like this:
Add:
sebescudie made this patch for me!
Think it works fine with VL.Video
ComboAndDynamicEnum.vl (18.9 KB)
To use it with VL.OpenCV I have to copy the Patchstructure with its own nodes I think.