Update READMEs, add README_depth, minors

Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
Micaela Verucchi
2022-03-30 15:40:25 +02:00
parent 40266a6c32
commit c690d537f1
4 changed files with 82 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ int main(int argc, char *argv[]) {
if(save) {
int w = depthNN.output_w;
int h = depthNN.output_h;
resultVideo.open("result.mp4", cv::VideoWriter::fourcc('M','J','P','G'), 30, cv::Size(w, h));
resultVideo.open("result.mp4", cv::VideoWriter::fourcc('M','P','4','V'), 30, cv::Size(w, h));
}
if(show)