energy changed

This commit is contained in:
sun
2019-08-05 17:42:58 +08:00
parent b27bb48ca5
commit c953a99d34
2 changed files with 3 additions and 4 deletions

View File

@@ -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.");