Its not a dispute its just constructive argument, everyone is entitled to license how they like, Jonah thanks for showing its possible to do multicam in CCV.
thanks for reply, We have modified the source code. As we know ,there are a lot of bugs in tbeta, we have spent much time and energy on this.Next I will use one computer to control 8-cams.
Looks like nice work. If there are bugs in ‘tbeta’, would it be possible to get a list so we can fix them?
Hello all,
I try to use PS3Eye with DirectShow.
And now it run.
But I can’t set the resolution. It always 640*480.
Can any one help me ?
My C++ DirectShow code here:
VIDEO_STREAM_CONFIG_CAPS caps;
pSC->GetNumberOfCapabilities(&iCount, &iSize);
// default capture: 320 * 240 resolution, 30f/s
VidFormat vit={ 320, 240 , 30};
for (ind = 0; ind < iCount; ind++) {
pSC->GetStreamCaps(ind, &pmt, (BYTE *)&caps);
if (caps.InputSize.cx == vit.width && caps.InputSize.cy == vit.height) {
// Set the capturing frame rate
VIDEOINFOHEADER *pvi = (VIDEOINFOHEADER *)pmt->pbFormat;
pvi->AvgTimePerFrame = (LONGLONG)(10000000 / vit.framerate);
JIF(pSC->SetFormat(pmt));
DeleteMediaType(pmt);
break; // found default setup, quit the loop
}
Hello all,
I’ve use Directshow to capture multi cameras (4 cameras). And It runs good.
Next things to do is mapping each frame to rectangle.
Then merge them into a frame. Then process this frame like use 1 camera.
http://ccv.nuigroup.com/#license
As we all can see there “CCV is released under the GPL License.”, version 3.
So if you plan to distribute you derived work in ANY way, you are required to do this under the same GPL license, as the original work. This means providing the source code to your licensees or an easy way for them to obtain it, as well as the text of the GPL license. And you can’t enforce more restrictions, than those enforced by the GPL.
If you fail to comply with the GPL liccense you can be sued by the copyright law.