Skip to content

Commit

Permalink
Missing header file fix added
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kalugin committed Jan 16, 2024
1 parent 419c62c commit cca0b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/softcamcore/SenderAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CameraHandle CreateCamera(int width, int height, float framerate = 60.0f);
void DeleteCamera(CameraHandle camera);
void SendFrame(CameraHandle camera, const void* image_bits);
bool WaitForConnection(CameraHandle camera, float timeout = 0.0f);
bool IsConnected(CameraHandle camera);

} //namespace sender
} //namespace softcam

0 comments on commit cca0b5f

Please sign in to comment.