I am trying to connect a Flir AX8 camera through python. This camera is connected to the ethernet port of the laptop. So, the VideoCapture() isn’t recognising the port, I’ve tried all indexes for it (0, 1, 2), but it doesn’t connect. Can anyone help me that how can i connect the camera to python? I have tried connecting through
Tag: ethernet
How can I add a parameter request list in DHCP header with Scapy?
I try to make a DHCP pachet with parameter request list option and to add three parameters in that request. This is what i done but the pachet I see on Wireshark look`s to be malformed: I also try to pass the parametes as a list of codes of the parameters i want to be included in the request list,