We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02d8aa commit 6e3ee6fCopy full SHA for 6e3ee6f
examples/video_capture_http_stream.rs
@@ -9,7 +9,6 @@ use opencv::videoio::VideoCaptureTrait;
9
use opencv::core::{Mat, Vector};
10
use opencv::imgcodecs::{imencode, IMWRITE_JPEG_QUALITY};
11
use opencv::videoio::{VideoCapture, VideoCaptureTraitConst, CAP_ANY};
12
-use opencv::Result;
13
14
const BASE_RESPONSE: &[u8] = b"HTTP/1.1 200 OK\r\nContent-Type: multipart/x-mixed-replace; boundary=frame\r\n\r\n";
15
0 commit comments