You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does support taking pictures but it does not support the FTP protocol it uses at the moment. So you can take a picture using the PictureV2 command but you'll have to download it from the drone manually using the USB cable or something. This is a planned feature. #5
The drone does not use a classical command response approach but instead it sends "commands" to the client that can be interpreted as events. It will fire an event every time a command state (sensor reading) has been updated.
connection.on('sensor:minidrone-UsbAccessoryState-GunState',sensor=>{if(sensor.state.value===sensor.state.enum.READY){console.log('The gun is ready to fire!');}});
Hi again, the library says "It supports receiving sensor updates", can you give an example of that?
Does it also support taking pictures?
The text was updated successfully, but these errors were encountered: