<< Click to display table of contents >> TRVCamera.OnError |
The event occurs in response to an error.
property OnError: TRVCamErrorEvent;
This event allows handling errors that may occur while receiving video from different sources or during video remuxing.
Some errors are critical and interrupt video playback or other operations. Others are more like warnings, but this event enables you to treat them as errors and stop the current operation if necessary.
This event may be triggered from a background thread, so avoid direct interaction with the user interface. If you need to update the UI, use TThread.Synchronize or TThread.Queue to safely execute code in the main thread.
See also
•TRVCamRecorder.OnError
•TRVAudioPlayer.OnError