Hi,
I have 2 specific questions, looking forward for inputs:
I am trying to run certain gen-2 python program on Raspberry Pi Zero, even though all requirements are met I get error "illegal instruction", did some research and found:
a) gen 2 programs are not compatible with Raspberry Pi zero, if this is true, this question becomes irrelevant, if it's false, please let me know how to resolve the error.
b) I thought this may be OpenCV version issue, tried various options using both pip install as well as sudo apt install commands, same error persists.how to get output frame to show in fullscreen mode, general solution mentioned below which works for me on Ubuntu and non-depthai cameras, it doesn't seem to work with depthAI
cv2.namedWindow("window", cv2.WND_PROP_FULLSCREEN)
cv2.setWindowProperty("window",cv2.WND_PROP_FULLSCREEN,cv2.WINDOW_FULLSCREEN)
cv2.imshow("window", img)
Please let me know if there is anything specific which we need to do to make app run in fullscreen mode.
Thanks in advance for your valuable feedback and inputs.
Thanks & Best Regards,
Ram