Mompel226
Results
1
comments of
Mompel226
In the gstreamer.py script change line 252 from: scale_caps = 'video/x-raw,width={width},height={height}'.format(width=scale[0], height=scale[1]) to: scale_caps = 'video/x-raw, **format=RGB**, width={width},height={height}'.format(width=scale[0], height=scale[1]) This solves the reddish colour issue.