You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working with the evaluation board of the imx8mp SoC from NXP and Basler DAA2500-60mc Camera.
I have built the yocto images Zeus 5.4.70-2.3.2 and Hardknott 5.10.72-2.2.0 which includes basler layers.
I'am trying to run the camera at 60 FPS. For this, I have modified /etc/default/imx8-isp and Sensor_DAA2500_60MC_500_setup.sh files to work in 1080P60 mode (MODE_DAA2500_60MC_500=1080P60).
I have used the following command to check camera's framerate:
gst-launch-1.0 v4l2src device=/dev/video2 ! "video/x-raw,width=640,height=480" ! fpsdisplaysink text-overlay=true
The problem is that in yocto Zeus 5.4.70-2.3.2 runs at 60 FPS (maximum) but when I upgrade yocto version to Hardknott 5.10.72-2.2.0 runs at 30 FPS (maximum), even making the same changes in the two yoctos.
The text was updated successfully, but these errors were encountered:
Hi @acmIA, I can confirm the issue. We are working on a fix but I can't give you a release date. I expect this fix to be rolled out on Honister only. If this is of high priority for you, please get in touch with our support team.
Hi!
I'm currently working with the evaluation board of the imx8mp SoC from NXP and Basler DAA2500-60mc Camera.
I have built the yocto images Zeus 5.4.70-2.3.2 and Hardknott 5.10.72-2.2.0 which includes basler layers.
I'am trying to run the camera at 60 FPS. For this, I have modified /etc/default/imx8-isp and Sensor_DAA2500_60MC_500_setup.sh files to work in 1080P60 mode (MODE_DAA2500_60MC_500=1080P60).
I have used the following command to check camera's framerate:
gst-launch-1.0 v4l2src device=/dev/video2 ! "video/x-raw,width=640,height=480" ! fpsdisplaysink text-overlay=true
The problem is that in yocto Zeus 5.4.70-2.3.2 runs at 60 FPS (maximum) but when I upgrade yocto version to Hardknott 5.10.72-2.2.0 runs at 30 FPS (maximum), even making the same changes in the two yoctos.
The text was updated successfully, but these errors were encountered: