mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Vehicle: add method to enable onvif camera control using script
This commit is contained in:
parent
236eecc494
commit
d3fce3c41d
@ -244,6 +244,11 @@ public:
|
||||
AP_Frsky_Parameters frsky_parameters;
|
||||
#endif
|
||||
|
||||
/*
|
||||
Returns the pan and tilt for use by onvif camera in scripting
|
||||
*/
|
||||
virtual bool get_pan_tilt_norm(float &pan_norm, float &tilt_norm) const { return false; }
|
||||
|
||||
protected:
|
||||
|
||||
virtual void init_ardupilot() = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user