Origin commit data
------------------
Branch: master
Commit: 9b033cce69
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-14 (Wed, 14 Mar 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-03-14 15:19:35 +01:00

View File

@@ -852,7 +852,7 @@ bool getvideo2(unsigned char *video, int xres, int yres)
perror(videosnapshot);
return false;
}
ssize_t r = read(fd_video, video, xres * yres * 3);
//ssize_t r = read(fd_video, video, xres * yres * 3);
close(fd_video);
return true;
}