Prophesee Event-Based Vision Knowledge Center

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

    • No module named 'metavision_sdk_base_paths_internal'

      Hi, Prophesee team I want to install Metavision SDK on Ubuntu 22.04 and i installed it following the installation document. But when i trie to run python tutorials, i meet a problem :No module named 'metavision_sdk_base_paths_internal' . My python version
    • 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
    • Reduce resolution of a recording

      Hello, I am running some recorded .raw data with 1280*720 resolution and I would like to make some comparisons on how this would work on a 640*480 resolution. I have been searching on how to do this and I have seen the posibility of applying a ROI filter
    • 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