energy changed
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -66,8 +66,8 @@ int main(int argc, char *argv[]) {
|
||||
video_gimbal = new CameraWrapper(ARMOR_CAMERA_GAIN, 2/*, "armor"*/);
|
||||
video_chassis = new CameraWrapper(ENERGY_CAMERA_GAIN, 2/*, "energy"*/);
|
||||
} else {
|
||||
video_gimbal = new VideoWrapper("/home/sun/桌面/shiying/blue_1.avi");
|
||||
video_chassis = new VideoWrapper("/home/sun/桌面/shiying/blue_1.avi");
|
||||
video_gimbal = new VideoWrapper("/home/sun/桌面/shiying/18.avi");
|
||||
video_chassis = new VideoWrapper("/home/sun/桌面/shiying/18.avi");
|
||||
}
|
||||
if (video_gimbal->init()) {
|
||||
LOGM("video_gimbal source initialization successfully.");
|
||||
|
||||
Reference in New Issue
Block a user