FCameraZmqWorker¶
Background thread for publishing high-bandwidth camera frames via ZeroMQ.
| Attribute | Value |
|---|---|
| Kind | Class |
| Inherits | FRunnable |
Properties¶
Public Properties¶
| Property | Type | Description |
|---|---|---|
override |
`` | |
override |
`` | |
override |
`` | |
override |
`` | |
RequestedEndpoint |
private: FString |
override¶
- Type:
override¶
- Type:
override¶
- Type:
override¶
- Type:
RequestedEndpoint¶
- Type: private: FString
Private Properties¶
| Property | Type | Description |
|---|---|---|
BoundEndpoint |
FString |
|
Topic |
FString |
|
Resolution |
FIntPoint |
|
ZmqContext |
void* |
|
ZmqPublisher |
void* |
|
bStopThread |
FThreadSafeBool |
|
FrameQueue |
TQueue<TArray<FColor>, EQueueMode::Spsc> |
BoundEndpoint¶
- Type: FString
Topic¶
- Type: FString
Resolution¶
- Type: FIntPoint
ZmqContext¶
- Type: void*
ZmqPublisher¶
- Type: void*
bStopThread¶
- Type: FThreadSafeBool
FrameQueue¶
- Type: TQueue
, EQueueMode::Spsc>