Ask Your Question

Revision history [back]

imx8: resize.cpp:3784: error: (-215:Assertion failed) !ssize.empty() in function 'resize'

I am building eIQ example OpenCV object detection CPP codebase on imx8mqevk. Facing below error:

*(ObjectRecognitionCPP:4394): GStreamer-CRITICAL *: 09:55:24.973: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed Video fps: 1.00777 terminate called after throwing a[ 369.881174] audit: type=1701 audit(1583488526.012:5): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=System pid=4394 comm="ObjectRecogniti" exe="/home/test/eiq_sample_apps/examples-opencv/obj_recognition_cpp/src/ObjectRecognitionCPP" sig=6 res=1 n instance of 'cv::Exception' what(): OpenCV(4.0.1) /home/vipulkumar/platform/AGL_Master/build/tmp/work/aarch64-agl-linux/opencv/4.0.1.imx+gitAUTOINC+c3d56b9aea_2522124473_32e315a5b1_34e4206aef_fccf7cd6a4_d29d003e00-r0/git/modules/imgproc/src/resize.cpp:3784: error: (-215:Assertion failed) !ssize.empty() in function 'resize' Aborted (core dumped)**

looks like some dimension issue. what could be the reason for this issue?

click to hide/show revision 2
None

updated 2020-05-28 12:41:00 -0600

berak gravatar image

imx8: resize.cpp:3784: error: (-215:Assertion failed) !ssize.empty() in function 'resize'

I am building eIQ example OpenCV object detection CPP codebase on imx8mqevk. Facing below error:

*(ObjectRecognitionCPP:4394):

(ObjectRecognitionCPP:4394): GStreamer-CRITICAL *: : 09:55:24.973: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed
Video fps: 1.00777
terminate called after throwing a[ 369.881174] audit: type=1701 audit(1583488526.012:5): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=System pid=4394 comm="ObjectRecogniti" exe="/home/test/eiq_sample_apps/examples-opencv/obj_recognition_cpp/src/ObjectRecognitionCPP" sig=6 res=1
n instance of 'cv::Exception'
what(): OpenCV(4.0.1) /home/vipulkumar/platform/AGL_Master/build/tmp/work/aarch64-agl-linux/opencv/4.0.1.imx+gitAUTOINC+c3d56b9aea_2522124473_32e315a5b1_34e4206aef_fccf7cd6a4_d29d003e00-r0/git/modules/imgproc/src/resize.cpp:3784: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
Aborted (core dumped)**

(co**re dumped)

looks like some dimension issue. what could be the reason for this issue?