a514154639 / opencv-ffmpeg-nvjmi

opencv调用jetson硬解码,重写了open与read函数,支持h264/h265
0 stars 0 forks source link

关于cmake..时报错 #1

Open fanqiegu0 opened 2 hours ago

fanqiegu0 commented 2 hours ago

cmake..之后报错找不到rtsp_video_capture/nv12tobgr.cu。这个库不是应该在项目文件夹里面吗?感谢解答!

a514154639 commented 2 hours ago

这个文件没用,cmake里直接删了就行,我当时忘了去掉了

---原始邮件--- 发件人: @.> 发送时间: 2024年11月29日(周五) 晚上9:08 收件人: @.>; 抄送: @.***>; 主题: [a514154639/opencv-ffmpeg-nvjmi] 关于cmake..时报错 (Issue #1)

cmake..之后报错找不到rtsp_video_capture/nv12tobgr.cu。这个库不是应该在项目文件夹里面吗?感谢解答!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

fanqiegu0 commented 2 hours ago

如果我只读USB摄像头的话,需要怎么改呢,我只用 int test_VideoCapture() {     VideoCapture cap(0);

之后编译的时候一直报map相关的错误。 ------------------ 原始邮件 ------------------ 发件人: "a514154639/opencv-ffmpeg-nvjmi" @.>; 发送时间: 2024年11月29日(星期五) 晚上9:16 @.>; @.**@.>; 主题: Re: [a514154639/opencv-ffmpeg-nvjmi] 关于cmake..时报错 (Issue #1)

这个文件没用,cmake里直接删了就行,我当时忘了去掉了

---原始邮件--- 发件人: @.> 发送时间: 2024年11月29日(周五) 晚上9:08 收件人: @.>; 抄送: @.***>; 主题: [a514154639/opencv-ffmpeg-nvjmi] 关于cmake..时报错 (Issue #1)

cmake..之后报错找不到rtsp_video_capture/nv12tobgr.cu。这个库不是应该在项目文件夹里面吗?感谢解答!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>

a514154639 commented 1 hour ago

如果我只读USB摄像头的话,需要怎么改呢,我只用 int test_VideoCapture() {     VideoCapture cap(0); 之后编译的时候一直报map相关的错误。 ------------------ 原始邮件 ------------------ 发件人: "a514154639/opencv-ffmpeg-nvjmi" @.>; 发送时间: 2024年11月29日(星期五) 晚上9:16 @.>; @.**@.>; 主题: Re: [a514154639/opencv-ffmpeg-nvjmi] 关于cmake..时报错 (Issue #1) 这个文件没用,cmake里直接删了就行,我当时忘了去掉了 ---原始邮件--- 发件人: @.> 发送时间: 2024年11月29日(周五) 晚上9:08 收件人: @.>; 抄送: @.>; 主题: [a514154639/opencv-ffmpeg-nvjmi] 关于cmake..时报错 (Issue #1) cmake..之后报错找不到rtsp_video_capture/nv12tobgr.cu。这个库不是应该在项目文件夹里面吗?感谢解答! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

int result = avformat_open_input(&_fmt_ctx, filename.c_str(), NULL, &options); usb摄像头我没测试过,应该要改一下这一句

a514154639 commented 1 hour ago

如果我只读USB摄像头的话,需要怎么改呢,我只用 int test_VideoCapture() {     VideoCapture cap(0); 之后编译的时候一直报map相关的错误。 ------------------ 原始邮件 ------------------ 发件人: "a514154639/opencv-ffmpeg-nvjmi" @.>; 发送时间: 2024年11月29日(星期五) 晚上9:16 @.>; @.**@.>; 主题: Re: [a514154639/opencv-ffmpeg-nvjmi] 关于cmake..时报错 (Issue #1) 这个文件没用,cmake里直接删了就行,我当时忘了去掉了 ---原始邮件--- 发件人: @.> 发送时间: 2024年11月29日(周五) 晚上9:08 收件人: @.>; 抄送: @.>; 主题: [a514154639/opencv-ffmpeg-nvjmi] 关于cmake..时报错 (Issue #1) cmake..之后报错找不到rtsp_video_capture/nv12tobgr.cu。这个库不是应该在项目文件夹里面吗?感谢解答! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

你看看你linux中usb摄像头的地址是什么 "/dev/video0" 可能是这个