10-09-2009 07:59 AM
Hi,
Does anyone know how to get data from the picturebox .NET function? I have a video running in the vi but i wish to retrieve its array data from the picturebox .NET. How can I do that? Please help, thanks.
10-09-2009 09:15 AM
You had previously asked about a picture box. Did you change to a .NET control? What does the video have to do with the .NET PictureBox? The PictureBox is for showing static data, not videos.
Why did you create a new thread instead of just following up on that one?
10-12-2009 03:02 AM
Hi,
I thought people may misinterpret my question so I opened a new thread. Because I was thinking whether from picturebox.NET function can get the array. I am trying to convert a video from a webcam to array data. I wish to get the array data, so that i can send the array to another computer via TCP/IP. I'm not sure if is possible to get array from picture.NET, or is there other ways to get the array from the video? The method that i had tried "Picture to Pixmap.VI" is not possible as it only take still picture and not a continous video.
I am trying to create a video conferencing using labview. Below is the source for the real time video and audio.
P.S.: Is it possible to create video conferencing from labview?
10-14-2009 12:41 PM
Blanko wrote:
I am trying to create a video conferencing using labview. Below is the source for the real time video and audio.
P.S.: Is it possible to create video conferencing from labview?
Is it possible? Probably, but I don't think you'll have much success if you use the LabVIEW <--> .NET interface. It will simply be too slow.
10-15-2009 01:21 AM
Just for now, I want to send video and audio in data.
Do you have any idea to do that?
10-15-2009 04:47 PM
10-21-2009 03:14 PM - edited 10-21-2009 03:17 PM