RCP API  6.61.0

◆ rcp_process_data()

void rcp_process_data ( rcp_camera_connection_t con,
const char *  data,
size_t  len 
)

Process incoming camera data.

Must be called from the client code with any data received by an open camera connection.

Parameters
[in]conthe camera connection
[in]datadata received (from TCP port, serial port, etc)
[in]lennumber of bytes pointed to by data