Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用url地址打开带有FrameGrabber的摄像头?_Url_Image Processing_Javacv_Calibration - Fatal编程技术网

如何使用url地址打开带有FrameGrabber的摄像头?

如何使用url地址打开带有FrameGrabber的摄像头?,url,image-processing,javacv,calibration,Url,Image Processing,Javacv,Calibration,我在一个图像处理项目中工作,我必须使用相机和投影仪;该项目是用javacv编程的。 我可以通过外部URL访问相机并拍摄快照。然而,我需要校准这两个摄像头投影仪,所以当我在寻找红色信息时,我发现了一个名为“Procamcalib”的代码,允许我校准这两个摄像头投影仪,它也可以工作。问题是,校准程序使用功能“FrameGrabber”访问摄像头,而不是打开外部摄像头,而是打开我笔记本电脑的摄像头。 问题是,当使用FrameGrabber(0)时,零值决定设备编号,但我必须使用外部URL访问摄像头,并

我在一个图像处理项目中工作,我必须使用相机和投影仪;该项目是用javacv编程的。 我可以通过外部URL访问相机并拍摄快照。然而,我需要校准这两个摄像头投影仪,所以当我在寻找红色信息时,我发现了一个名为“Procamcalib”的代码,允许我校准这两个摄像头投影仪,它也可以工作。问题是,校准程序使用功能“FrameGrabber”访问摄像头,而不是打开外部摄像头,而是打开我笔记本电脑的摄像头。 问题是,当使用FrameGrabber(0)时,零值决定设备编号,但我必须使用外部URL访问摄像头,并且我无法在代码中输入使用OpenFrameGrabber时的方向。 我想知道如何结合这两种功能或类似功能来修复程序并打开正确的摄像头。 谢谢大家!