pyRTC.Pipeline
Shared-memory transport and hard-RTC process helpers for pyRTC.
This module contains the infrastructure that lets pyRTC components exchange frames and command vectors through named shared-memory blocks, optionally mirror those blocks onto CUDA tensors for compatible deployments, and launch hardware- facing child processes that communicate with the main RTC over a small localhost-based JSON protocol.
Functions
|
|
|
|
|
|
|
|
|
|
|
The main working thread for the any Pipeline object |
Classes
|
Named shared-memory array with metadata and optional GPU mirror state. |
|
Server-side control socket for a launched hardware object. |
|
Launch and supervise a hardware-side child process. |