You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
bug fixes
This commit is contained in:
@@ -136,7 +136,7 @@ void displayStabilization(openshot::Clip &r9){
|
||||
// Grab Mat image
|
||||
cv::Mat cvimage = f->GetImageCV();
|
||||
|
||||
cv::imshow("Display Image1", cvimage);
|
||||
cv::imshow("Display Image", cvimage);
|
||||
// Press ESC on keyboard to exit
|
||||
char c=(char)cv::waitKey(25);
|
||||
if(c==27)
|
||||
|
||||
Reference in New Issue
Block a user