I am following a tutorial for an assignment and I am getting a NullReferenceException error while following the exact steps of the video. I am new to coding and have no idea how to resolve this. Specific help in OpenCV plus and Unity would be appreciated.
var faces = cascade.DetectMultiScale(frame, 1.1, 2, HaarDetectionType.ScaleImage);