I want controll a camera OBSBOT Tiny 2 using nodejs and OSC protocal but the doc is not clear (I think). Anyone did something like?
I download doc the SDK from , but it don't explain how to start, only show the api routes.
var osc = require("osc");
const oscPort = new osc.UDPPort({
localAddress: "0.0.0.0",
localPort: 9000,
localAddress: "192.168.1.137",
localPort: 16284,
});
oscPort.on("message", (oscMessage) => {
console.log("
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744292408a4567097.html
评论列表(0条)