Lot of methods (for example VideoCapture.Start or VideoCapture.Stop) doesn’t return a value and you don’t get any feedback if the whished action works.
Some other methods (like VideoCapture.OSD_Layers_Apply) returns a bool (which is better than nothing) but nothing more if the action failure. There is no chance to get any better support than just guessing around what is wrong. And this not relay helpful…