01-24-2022 11:37 AM
OK, now that I see the camera model it looks like it's specifically a bar code camera.
Are you trying to get the full video, or just the bar code data? If you only need the bar code results, I recommend you look into enabling the MODBUS option and using that. There are at least 3 existing, free, MODBUS toolkits for LabVIEW. (Ethernet/IP, the only other option I have made work, has 1 non-free toolkit and one free .NET library that I found).
If you want the raw video feed, you might be out of luck without investing a ton of time into trying to reverse engineer their protocols.
01-25-2022 03:10 AM
@Kyle97330 a écrit :
Are you trying to get the full video, or just the bar code data?
I just want the data, I'll look for the MODBUS way then, thanks ! I'm also trying to catch the data with a FTP server, it seems to be the simplest way according to the camera support guy I talked to. I will post an update here once I managed to do it.