Hello everyone,

I would like to take a picture with a GoPro on board of Solo using a web application.

Basically I want to send a command via server to Solo. 

I've been trying to reach that goal but i don't figure it out.

This is my command on server:

msg = vehicle.message_factory.gopro_set_request_encode(218, 1, mavutil.mavlink.GOPRO_COMMAND_CAPTURE_MODE, (1, 0, 0, 0)) 
vehicle.send_mavlink(msg)
vehicle.commands.upload()

Does anyone know how I can figure it out?

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Activity