Open
Description
Issue guidelines
- I've read the Issue Guidelines and wholeheartedly agree.
Issue Checklist
- I have searched open or closed issues for my problem and found nothing related or helpful.
- I have read the Documentation and found nothing related to my problem.
- I have gone through the Bonus Examples and FAQs and found nothing related or helpful.
Describe your Question
I am using the latest version of NetGear to connect to a usb camera for picture transfer and communication, but I found that when the server first runs and waits for the client to connect it will cache some pictures, then when the client connects it will keep sending them to it, but maybe my decoding ability is not enough to cause a delay of at least 3-5 mins, is there any way to get the newest images directly, I also pass the I've also opened a new thread to discard old frames, but the delay is at least 3-5s, I'm not using NetGear's message and return functions.
Terminal log output(Optional)
18:28:19 :: Helper :: INFO :: Running VidGear Version: 0.3.3
18:28:19 :: NetGear :: DEBUG :: Bidirectional Data Transmission is enabled for this connection!
18:28:19 :: NetGear :: DEBUG :: Reliable transmission is enabled for this pattern with max-retries: 21600 and timeout: 4.0 secs.
18:28:19 :: NetGear :: DEBUG :: Successfully connected to address: tcp://10.0.0.110:5454 with pattern: 1.
18:28:19 :: NetGear :: DEBUG :: JPEG Frame-Compression is activated for this connection with Colorspace:`BGR`, Quality:`90`%, Fastdct:`enabled`, and Fastupsample:`disabled`.
18:28:19 :: NetGear :: DEBUG :: Unique System ID is 5DE07ADV.
18:28:19 :: NetGear :: DEBUG :: Send Mode is successfully activated and ready to send data.
Python Code(Optional)
VidGear Version
0.3.3
Python version
3.8
Operating System version
Linux WalnutPi 6.1.31 #15 SMP Tue Mar 4 15:07:33 CST 2025 aarch64 GNU/Linux
Any other Relevant Information?
No response