-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I tried pairing my Pocket3, but it's not asking pairing, and all information printed onto terminal are false/fake:
$ sudo node connect-to-device.js P3_BT_MAC 3 2 3
Connecting to device: P3_BT_MAC 3
Connected to device: DjiDevice {
wifiSsid: undefined,
wifiPassword: undefined,
rtmpUrl: undefined,
resolution: '1080p',
fps: 30,
bitrate: 6000000,
imageStabilization: 'RockSteady+',
deviceId: 'P3_BT_MAC',
pairPinCode: 'love',
noble: undefined,
cameraPeripheral: undefined,
fff3Characteristic: undefined,
state: 0,
startStreamingTimer: undefined,
stopStreamingTimer: undefined,
model: 3,
modelName: 'Osmo Pocket 3',
onStreamingStateChange: undefined,
batteryPercentage: undefined
}
Starting live stream...
dji-device: Start live stream for Osmo Pocket 3 with resolution 1080p, fps 30, bitrate 2000000, image stabilization RockSteady+
dji-device: State change 0 -> 1
Powered on
Note I changed this in connect_to_device.js:
const deviceModel = DjiDeviceModel.osmoPocket3; // process.argv[3];
Anyone have success with this repo connecting to Pocket3?