Home > Suggestions > Improve error handling

Improve error handling

Avatar image
Aug 24, 2015
Archive Agent wrote
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…

Dennis Winkler on April 04, 2013 08:16
Completed
5
Vote
Reply
1 Answer
Aug 24, 2015
Archive Agent agent wrote
Roman Minyaylov

Please implement OnError event in your code.

on April 04, 2013 20:54