## Environment - Newly installed Windows 11 24H2 26100.4351 - Wireless mode Babble_wrooms_s3 2.9.1 ## Console output ``` [WARN] Capture source http://10.0.0.133/ not found, retrying... [WARN] Capture source http://10.0.0.133/ not found, retrying... ...... ``` ## Debugging 1. Connection status has been successfully set to connected, and entered get picture process. 2. In get_camera_picture(), cv2_camera.read() can return True at the first time but no longer works (return False) after. (see pic) 3. push_image_to_queue() has been never triggered. (idk if this should be triggered, but it didn't) <img width="575" height="136" alt="Image" src="https://github.com/user-attachments/assets/bf9bc0d2-ae6b-4dd7-b884-23fab4c2f8da" /> ## Other wierd points 1. It works well on my another machine which also is windows 11 24h2 under the same network 2. By using EyetrackVR or browser, i can connect to the cam and got right scene easily 3. I can even get the right stream with a simple script (directly call MJPEGVideoCapture and let cv shows it) 4. COM port connection also won't work (which should be work and works well on the other machine) --- **Happy to provide any further info.**
Environment
Console output
Debugging
Other wierd points
Happy to provide any further info.