You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be replaced by a dynamically-allocated array, like in the other parameter structs that need to know the number of cameras. This would require adding a new_target_par function and possibly also checking for buffer overflow errors in functions that take the camera number (i.e., that the given number is less than the actual number of cameras).
On second thought, these checks should be introduced anyway.
The text was updated successfully, but these errors were encountered:
It should be replaced by a dynamically-allocated array, like in the other parameter structs that need to know the number of cameras. This would require adding a new_target_par function and possibly also checking for buffer overflow errors in functions that take the camera number (i.e., that the given number is less than the actual number of cameras).
On second thought, these checks should be introduced anyway.
The text was updated successfully, but these errors were encountered: