Camera Frame Buffer Issue

asked 2018-06-26 23:59:54 -0600

Kira gravatar image

Hello All, I am working of Application where the device moves continuously and i have to capture the image. My problem is that when i capture the frame I always get the previous frame.

Problem: Consider Fame(F) for Location(L) On capture: First Time : F = L Second Time: F= L-1 N times: Fn = Ln - 1 Observation: The frame is stored there is 1 copy which gets called the next time. Solution: Temporary solution is capturing the frame in loop of 2. To replace the old frame with the current frame. I tried setting the buffer but was of no use.

Platform: Winodows 10 Opencv : 3.4 Camera: Econ See3CAM_CU135

edit retag flag offensive close merge delete