wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
88 stars 41 forks source link

Python Example #212

Closed icemannie closed 2 years ago

icemannie commented 2 years ago

The Python Example works when run from the application dashboard as Python Example. If it is downloaded and uploaded again as an Uploaded Python File then this message is received

Waiting 5 seconds...

Traceback (most recent call last): File "uploaded.py", line 41, in

time, img = cvSink.grabFrame(img)

NameError: name 'cvSink' is not defined

Waiting 5 seconds...'

The MultiCamera Server works if uploaded.

icemannie commented 2 years ago

I had downloaded the example from an earlier release.