Error modifying Metavision recipe
Hi! First, I wanted to point out a minor error in the KV260 Starter Kit Manual. In "Edit kria applications", the suggested command is petalinux-devtool modify metavision_x.x.x. However, petalinux-devtool modify takes the root recipe, without the version.
kv260 + IMX636 not reading any event?
Dear Prophesee community, I have been doing extensive tests (a lot of try and error) in order to setup my kv260 with the imx636 following line by line the quickstart guide... everythin' seems fine but when metavision_viewer is launched the screen is black
Serial Number Write Failed
We have four EVK3 gen 4.1 cameras that have serial numbers: "ffffffff" for all four cameras and would like them to be unique. Below is what all four cameras display when using the metavision_platform_info command: ## Prophesee Gen4.1 HD ## # System information
MVTec HALCON Cannot Recognize Evk4 Camera
I follow the guidence https://support.prophesee.ai/portal/en/kb/articles/mvtec-halcon-acquisition-interface#Installation, but it still cannot recognize the camera. In particular, I am confused about the specific implementation of the interface installation
Raw data capture in KV260-IMX636 sensor not decoding with metavision-viewer
Hi, We have imx636 mipi event camera sensor running in KV260 board and it is running with metavision_viewer app. But when we replay the raw data captured with metavision_viewer app, first it is not able to decode. Throws missing format error. Next added
EVK1 VGA is not seen by metavision studio 3.1
I have EVK1 VGA camera, one of the old ones, I also installed metaviison_sdk 3.1 beucase it is latest version that supports that cameras, but when I click open camera i get only "No Prophesee cameras available, please check that a camera is connected
Meta studio keeps a blank tab in front of the camera livestream
Whenever I try to use metavision studio with the EVK4 camera, the tab shown in the figure stays in front of the main interface, even when I try to minimize it most of the time. Sometimes minimizing works but even then I am unable to use any of the buttons
get_pixel_dead_time() erroring out on Gen4.1 EVK3-HD
I get the following error when trying to get pixel dead time for my EVK3-HD Gen4.1: Metavision HAL exception Error 104000. Has anyone experienced this or alternatively knows the dead time with default parameters?
Inference Pipeline of Detection and Tracking using C++ not working when using live camera
I tried running the C++ detection and tracking sample as described here while using the live camera instead of a prerecorded file, but the camera doesn't seem to detect or classify any moving vehicles or pedestrians. I will only see bounding boxes get
HDF5 & Raw file play time differnece
If I "simply" convert the Raw file into an HDF5 file without any cutting and turn these two on with the metavision player, I could see that the "total playtime" changes, and the "position of objects in both files at the same time zone" changes as in the
Start/stop recording in same session: Different video lengths
Dear all, I am trying to acquire and store different videos in the same session. I was finally able to do it by using the RawReader class instead of the EventIterator, and with a proper order in the device.get_i_events_stream() function calls. If I run
Using OpenEB on Raspberry Pi 5
Hello, i'm running into a problem when trying to use the EVK3 on my Raspberry Pi 5. I compiled from source and even used ctest to verify the functionality. But when i try to launch for example metavision_viewer i get the following error: [HAL][ERROR]
How to use I_ROI in python I am trying to do some blob detection and then use that to set I_ROI.
Can you help me with this approach and code.
Sample not running in new version
Hello, With the new release Metavision SDK (4.6) I am unable to open samples (ex. metavision_time_surface.py). But with version 4.53 there is no problem. The following error is shown: ImportError: DLL load failed while importing _errors: The specified
ColorPalette in metavision_simple_viewer.py
Hi, All! When I change ColorPalette in metavision_simple_viewer.py I get these error: Code lines 55, 56: As the same time ColorPalette with Light, Dark and CoolWarm is working. How can I manage with this error? Best Regards, Rafael.
Issue with Converting Recordings to HDF in Metavision Studio
Hello I have encountered an issue while using Metavision Studio to convert a series of video recordings into HDF files. Specifically, when attempting the conversion process, some of the videos fail and prompt an error message related to the chronological
Error when installing extra libraries
I am re installing the whole metavision SDK and i am checking all the extra libraries are installed. When i run this command: python -m pip install "opencv-python==4.5.5.64" "sk-video==1.1.10" "fire==0.4.0" "numpy==1.23.4" "h5py==3.7.0" pandas scipy the
How to calibrate?
Hey, How to use the calibration command? I am using this command with `metavision_mono_calibration_recording` the checkerboard html blinking on my iPad. The right side window (black screen) of the application is empty. I am not even seeing any pattern
Could not find a configuration file for package "MetavisionSDK"
When compiling the C++ “sample metavision_sdk_get_started.cpp” with the cmake command, the following error occurs: ------------------------------------------------------------------------------------------------------------- -- Selecting Windows SDK version
Getting GPU device error when running the detection pipeline
Hi team, I am trying to run the detection pipeline on my system. The command i am entering is python3 sdk/ml/python_samples/detection_and_tracking_pipeline/detection_and_tracking_pipeline.py --object_detector_dir ~/Documents/pre-trained_models/metavision_sdk_3.x/red_event_cube_05_2020/
python SDK samples problem
Dear All, I'm trying to interface with a vision camera EB by Imago (linux image 1.3b) using python and MetaVision 2.3.1 on Windows 10. As far as I understand, the HAL plugin provided by Imago is linked against MetaVision 2.3.1, so I believe I'm stuck
Mv_iter stuck when no events occurred
Hello, I am using the Metavision recorder (https://support.prophesee.ai/portal/en/kb/articles/how-to-record-data-with-metavision-recorder), and notice that when no events are received from the camera (For example, after use small roi and strict biases),
Metavision build - Debug mode
Hello, I am trying to build the getting started sample in debug mode. See attached for my CMakeLists.txt and source code. I also attached the logs for my CMake config and build steps. When configuring my build in Release mode, I am able to detect the
Having missing events in the images.
Hi PROPHESEE Support, So i got two problems, the first one is when i use the prophesee_ros_viewer.cpp from the prophesee_ros_wrapper(https://github.com/prophesee-ai/prophesee_ros_wrapper), sometimes i get blank lines in the middle of the image, see the
ExtTrigger events not working when multiple cameras opened in same address space
This problem arises with a pair of SilkyEVCam's (Gen3 sensor) using MetaVision 3.0.2 (compiled from OpenEB). For testing one of the cameras generates an external triggers and has the input set to "loopback". Running two executables side-by-side works
Metavision studio crashes without error messages
Hello, Metavision Studio crashes immediately after start, even before the GUI appears. There is no error message produced and seemingly no logging output generated. I am using metavision SDK version 3.1 and a EVK2-4.1 with the latest firmware. Has anybody
calling set_mode_standalone() in metavision 2.3.2 causes funky device state
Moving from metavision 2.2.2 to 2.3.2 revealed the following issue: When calling set_mode_standalone() the device: 1) stopped giving cd callbacks 2) returned -1 for all bias parameters. How to reproduce: Insert the following line at line 220 in the apps/metavision_viewer.cpp
Error ‘Failed to load module “canberra-gtk-module”’ when launching metavision_viewer
Using Metavision Intelligence 2.3.1, I get the error ‘Failed to load module “canberra-gtk-module”' on Ubuntu when launching metavision_viewer. How can I fix this?