Get video specifications/parameters for V2E script to convert videos from RGB to DVS events.
PyCharm: 2023.3.2 (you can use any other IDLE) Python: 3.10.14
- Download the "v2e_specifications.py" file.
- Install OpenCV and argparse libraries using
pip install opencv-python
pip install argparse
- Run the script
python v2e_specifications.py -i /Users/mustafa/PycharmProjects/v2e_video_to_events_rgb_to_dvs/v2e/input/video_0132.mp4
python v2e_specifications.py -i '/path_to_your_video'