Vplotstats

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - NDI Camera
Introduced first in SolidGeometry 3.7, Creation date: 2017-03-29, Last change: 2025-08-18

simply checks wether the NDI camera has been initialized already



See Also: Vreset , Vstray , VTget , VTgetp

Example Illustration

 missing image of Vplotstats()

Syntax

Vplotstats()




Copyright 2017-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Algorithm (Workflow)

This function, Vplotstats, is designed to plot timing statistics for a Vicra system, which is a type of NDI camera. The function is part of the SolidGeometry library and was introduced in version 3.7. It is authored by Tim Lueth.

Input Parameters

The function Vplotstats does not take any input parameters. It operates on a global variable.

Global Variables

Algorithm Steps

  1. The function begins by checking if the global variable vicra_global is empty.
  2. If vicra_global is empty, the function throws an error with the message: "Vicra driver not initialized. Please call VTReset first." This indicates that the Vicra system has not been set up properly and suggests using the VTReset function to initialize it.
  3. If vicra_global is not empty, the function proceeds to call the plotstats method on vicra_global. This method is responsible for plotting the timing statistics of the Vicra system.

Output

The function does not return any output. Its primary purpose is to generate a plot of the timing statistics for the Vicra system.

Dependencies

The function relies on the global variable vicra_global being properly initialized. It also depends on the plotstats method being defined for vicra_global.

Related Functions

Algorithm explaination created using ChatGPT on 2025-08-18 22:07. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21