728x90
반응형
cv::imwrite("result.jpg", frame);
imwrite 시 확장자 지정 안할 시 나는 에러는 아래와 같다.
OpenCV Error: Unspecified error (could not find a writer for the specified extension) in imwrite_, file ....../modules/imgcodecs/src/loadsave.cpp, line 677
terminate called after throwing an instance of 'cv::Exception'
what(): ....../modules/imgcodecs/src/loadsave.cpp:677: error: (-2) could not find a writer for the specified extension in function imwrite_
728x90
반응형
'삽질 기록' 카테고리의 다른 글
cublasStatus == CUBLAS_STATUS_SUCCESS (0) | 2020.12.01 |
---|---|
AttributeError: module 'tensorflow' has no attribute 'io' (0) | 2020.11.05 |
[TensorRT] Builder 에서의 UFF vs ONNX (0) | 2020.09.15 |
[Python] 이미 존재하는 모듈 이름을 폴더 이름으로 사용하지 말 것 (0) | 2020.09.10 |
The repository 'https://apt.dockerproject.org/repo ubuntu-xenial Release' does not have a Release file. (0) | 2020.07.06 |