Prophesee Event-Based Vision Knowledge Center

As a Prophesee customer, join the community conversation. 
Request your free access today.
    • Most Discussed Topics

    • Writing in a GENX320 register

      Hi ! I'm trying to measure the quantum efficiency for GENX320. I'm trying to follow the same procedure as in the related article https://support.prophesee.ai/portal/en/kb/articles/qe-estimation As the article mentions, quantum efficiency can be determined
    • When the saturation takes place, do the remaining columns become more sensitive?

      Hii, I have been doing an experiment to understand a bit more the behavior of the camera when the saturation takes place and my results show that the higher the saturation, the higher the average event rate per row. My experiment consists of several points
    • High latency in generating negative events

      Hello, In an extremely dark environment, a laser creates a point light source on the IMX636 and moves at a constant speed. According to the imaging principle of an event-based camera, the time for the point light source to generate positive and negative
    • Why does the sensor detect better changes in higher initial light level?

      Hello, I have a question regarding CDP (Contrast Detection Probability) graphs and contrast sensitivity, Why does the sensor have a higher chance of detecting the changes (contrast) when the initial light level is brighter? What is the reasoning or mechanism
    • How to improve the writing speed of CSV files?

      # Define a thread function to write to the CSV def write_to_csv(event_queue, output_file): with open(output_file, 'w', newline='') as csv_file: csv_writer = csv.writer(csv_file) while True: try: # Get events