API Reference · Capturing a frame
CaptureQueueFullException
public sealed class CaptureQueueFullException : InvalidOperationExceptionThrown by Ava3DView.CaptureAsync when as many captures are already in flight on the view as Ava3DView.CaptureQueueCapacity allows. Thrown from the call rather than delivered through the task, because the request was never queued and the caller can act on that at once — wait for one to finish, or drop this one knowingly. Nothing is dropped silently.
Constructors
| Member | Description |
|---|---|
| Thrown by |
Properties
| Member | Description |
|---|---|
| How many were allowed — the view's |