SmartSpectra C++ SDK
Measure human vitals from video with SmartSpectra C++ SDK.
Loading...
Searching...
No Matches
hello_world_on_prem_client Namespace Reference

Classes

class  HelloWorldOnPremClient

Functions

 main ()

Variables

int CV_8UC3 = 16

Detailed Description

Minimal "Hello World" SmartSpectra OnPrem gRPC Client

This example demonstrates the basic steps to:
1. Connect to the Physiology Server
2. Start the processing services
3. Feed video frames from a camera
4. Receive and print metrics

Usage:
    python hello_world_physiology_client.py
    
Controls:
    - Press 'q' to quit
    - Press 's' to start recording

Function Documentation

◆ main()

hello_world_on_prem_client.main ( )
Entry point for the hello world client.