We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
so i'm using CameraServer on the desktop, for testing.
here's a minimal case:
x = CameraServer.putVideo(..) x.putFrame(np.zeros((10,10),dtype=np.uint8))
trips the contiguous-input check, but only on windows. on linux, it works fine.
i'm using python 3.11.9 and robotpy 2024.3.2.1
I don't need anything else that CameraServer does, so I switched to mjpeg_streamer, which works fine.
Windows
No response
The text was updated successfully, but these errors were encountered:
Also reported on Linux: https://www.chiefdelphi.com/t/robotpy-opencv-raspberry-pi-help/470001/1
Sorry, something went wrong.
That user reported that downgrading numpy to a 1.x version fixed the issue for them.
010900d
No branches or pull requests
Problem description
so i'm using CameraServer on the desktop, for testing.
here's a minimal case:
trips the contiguous-input check, but only on windows. on linux, it works fine.
i'm using python 3.11.9 and robotpy 2024.3.2.1
I don't need anything else that CameraServer does, so I switched to mjpeg_streamer, which works fine.
Operating System
Windows
Installed Python Packages
No response
Reproducible example code
No response
The text was updated successfully, but these errors were encountered: