Dear Prophesee Team!
Problem Statement:
I want to process the Raw Event (X, Y, P, T) data with Delta
t of 4000uS / 250 FPS in real-time. Any process (slow/fast)
inside the main loop shouldn’t affect the input stream of the camera.
Below is the main loop to get the data from a sensor
# Process
events
for evs in mv_iterator:
if evs.size
> 0:
# ANY
FUNCTION/PROCESS HERE AFFECTS THE INPUT STREAM AND STARTS OCCUPYING RAM
Could you provide me a python example that uses the DVS
sensor for high-speed application (> 250 FPS) in real-time?
I need your guideline.