faraonc
USA
Asked
— Edited
Resolved by ptp!
I have the Roli Robot, and I am trying to figure out what are the other ways of displaying a live stream of the camera rather than using System.Windows.Forms.Panel.
I was trying to attach the panel to a material in Unity, however, Unity does not like working with Windows.Forms.
this is almost a duplicate question:
https://synthiam.com/Community/Questions/9259
if the basic idea is to capture the video frame, you can have a console, form, wpf or service .net application, is not relevant.
check my #3 post (console application)
basically you capture the video frame (bitmap):
TY