Page 1 of 1

Can I use SBC web camera on windows form using C#?

Posted: Tue Mar 26, 2019 3:25 am
by jayjay333
I just wonder if I can see the camera connected through SBC on windows form of Visual Studio so I can somewhat control the images showing on the form.

Thank you.

Re: Can I use SBC web camera on windows form using C#?

Posted: Tue Mar 26, 2019 9:48 am
by fraser
You definitely can do this, I've done it before. I used a pan and tilt camera on the SBC controlled and viewed in C# Form from Visual Studio. Honestly though I don't remember how I implemented it

Re: Can I use SBC web camera on windows form using C#?

Posted: Tue Mar 26, 2019 11:06 am
by Patrick
Here's a sample program for viewing/controlling the webcam from C#:
https://www.phidgets.com/downloads/misc ... ecoder.zip

-Patrick

Re: Can I use SBC web camera on windows form using C#?

Posted: Tue Mar 26, 2019 4:22 pm
by jayjay333
Patrick wrote:Here's a sample program for viewing/controlling the webcam from C#:
https://www.phidgets.com/downloads/misc ... ecoder.zip

-Patrick
Thank you... again. I edited and got the idea of how to do it. Thank you mate!