C#/VB Class to Control BI

rfj

Pulling my weight
Joined
Oct 26, 2014
Messages
402
Reaction score
117
Is there some C# or VB class that can be used to control BlueIris via JSON? Basically, something that implements all the commands in the chapter "JSON INTERFACE", e.g.

BlueIris::SetProfile(string cameraName, Profile profile) {...}
 
Top