Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get some sort of Continuous Integration #4

Open
Speykious opened this issue Dec 7, 2021 · 4 comments
Open

Get some sort of Continuous Integration #4

Speykious opened this issue Dec 7, 2021 · 4 comments

Comments

@Speykious
Copy link
Owner

It would be great to have some sort of CI for SeeShark, as any modifications on any PR could then be tested and see if it breaks anything.

The difficulty is what exactly is being tested, as SeeShark requires either an external or virtual camera device.
There is no NUnit project for SeeShark unit tests (yet?), but at least we can make it verify that it builds.

@adryzz
Copy link
Collaborator

adryzz commented Dec 7, 2021

Yeah, i wanted to add CI, but there's no virtual camera

@sr229
Copy link
Collaborator

sr229 commented Dec 10, 2021

It'll be hard to get some CI running, you'll need to make a virtual camera facility working first before we can add this one.

@Speykious
Copy link
Owner Author

I think I can get a virtual camera to work by using FFmpeg to send a rawvideo to /dev/video0, so I'm gonna investigate if I can do that easily.

On Linux, prior to that, I'd have to modprobe v4l2loopback however.

@Speykious Speykious reopened this Dec 17, 2021
@Speykious
Copy link
Owner Author

oops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants