We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f4dc6 commit 28654b7Copy full SHA for 28654b7
tests/tools/TestApp/rx_app.c
@@ -25,7 +25,8 @@ int main(int argc, char* argv[]){
25
mcm_init_client(&mcm, client_cfg);
26
mcm_create_rx_connection(&mcm, conn_cfg);
27
printf("waiting for frames... \n");
28
- FILE *frame = fopen(frame_file, "rb");
+ FILE *frame = fopen(frame_file, "wb");
29
+ int frame_num = 0;
30
while(1){
31
mcm_receive_video_frames(&mcm, frame);
32
}
0 commit comments