Tool/software:
Hi,
I have am69a board and have connected a monitor using dp cable.
I am developing some application where I am taking input from the usb camera and doing some processing. Now I wanted to display the result to the monitor that I have connected.
When I am calling cv2 imshow function, I am getting this error -
Traceback (most recent call last): File "/opt/edgeai-gst-apps/akhilesh/hackathon/driver.py", line 147, in <module> cv2.imshow("image ", frame) cv2.error: OpenCV(4.5.5) /usr/src/debug/opencv/4.5.5-r0/git/modules/highgui/src/window.cpp:1268: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvShowImage'
If this function is not implemented, do we have any alternative to this?
How can I display my results to monitor without using imshow? I have to python code and there is no alternative for the postprocessing I am doing.
Thanks
Akhilesh