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
This should change to adjust given the resolution.
The size is more problematic than the xy coords.
The font scale parameter is double in PutText so it should be able to scale....maybe we should also scale thickness?
It turns out that self.vs.read().shape was not obeying resolution. See this PR. The class constructor totally disregards resolution and will always be set to (640x240). So we could also not get higher resolution and that's why we have to hack it by cv2.resize() later. This repo is old and imutils is also old...So nothing but patching is worth the time for now.
I will leave this open as:
Important
ANY NEW INSTALLS SHOULD BE DONE FOR THAT PULL REQUEST
Both size and location of the timestamp are not scaling as they should
python_camera/camera/camera.py
Lines 154 to 155 in c321f4e
This should change to adjust given the resolution.
The size is more problematic than the xy coords.
The font scale parameter is
double
inPutText
so it should be able to scale....maybe we should also scale thickness?There might be something worth trying in this stackoverflow answer
The text was updated successfully, but these errors were encountered: