init
This commit is contained in:
34
unitree_SDK/include/unitree/robot/go2/video/video_client.hpp
Normal file
34
unitree_SDK/include/unitree/robot/go2/video/video_client.hpp
Normal file
@@ -0,0 +1,34 @@
|
||||
#ifndef __UT_ROBOT_GO2_VIDEO_CLIENT_HPP__
|
||||
#define __UT_ROBOT_GO2_VIDEO_CLIENT_HPP__
|
||||
|
||||
#include <unitree/robot/client/client.hpp>
|
||||
|
||||
namespace unitree
|
||||
{
|
||||
namespace robot
|
||||
{
|
||||
namespace go2
|
||||
{
|
||||
/*
|
||||
* VideoClient
|
||||
*/
|
||||
class VideoClient : public Client
|
||||
{
|
||||
public:
|
||||
explicit VideoClient();
|
||||
~VideoClient();
|
||||
|
||||
void Init();
|
||||
|
||||
/*
|
||||
* @brief GetImageSample
|
||||
* @api: 1001
|
||||
*/
|
||||
int32_t GetImageSample(std::vector<uint8_t>&);
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif//__UT_ROBOT_GO2_VIDEO_CLIENT_HPP__
|
Reference in New Issue
Block a user