Skip to content

Commit

Permalink
tello: increase rate of requesting keyframe on opencv example
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Apr 20, 2018
1 parent 5bae845 commit c1c0108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tello_opencv.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
drone.SetExposure(1)
drone.SetVideoEncoderRate(4)

gobot.Every(250*time.Millisecond, func() {
gobot.Every(100*time.Millisecond, func() {
drone.StartVideo()
})
})
Expand Down

0 comments on commit c1c0108

Please sign in to comment.