01-29-2013 09:07 AM
Hello Mr.Alexander Glasner,
Thank you for the info. I will try and report you back
Regards
Neo.
01-29-2013 12:47 PM
Hi Neo,
I don't think any of the above steps will really help you. If you can't get it to give you multiple channels of data in MAX, you are not going to able to do so programatically.
Really to solve this we need more information about how the camera is designed to send the multiple channels of data. Does it send one image with three sections? Does it send it using multiple GVSP streams? Does it have multiple individual camera instances? This is information the manufacturer should be able to provide for you.
Eric
01-30-2013 04:26 AM
Hello Mr. Alexander Glasner,
Unfortunately its not working. After all this discussion, seems I am bit clear about my problem. I want to decode the data coming out of ethernet cable into three channels as Mr.Eric said in the above post.
@Eric
Many thanks for your reply.I am trying to get details from manufacturer. In general ,is there any block in IMAQdx to decode ethernet data??? for example a block with inputs like Session in, protocol and outputs as channels?
Regards
Neo
01-30-2013 06:43 AM
Hello Alexander Glasner and Eric,
My problem was almost solved. Got specifications from manufactrurer. In the Image obtained by the MAX , data from three channels is arranged in following order.
DC0 = Line 0, Line 3, Line 6, ... of the Image
DC1 = Line 1, Line 4, Line 7, ... of the Image
DC2 = Line 2, Line 5, Line 8, ... of the Image
Now I need to isolate line0 line3 line6 of the obtained Image and reassemble them to get the data channel 1 image and so on.............
Thank you both of you for your help
Regards
Neo.