mxochicale / sentient

sentient -- intelligent sensing
1 stars 0 forks source link

Improving capture data pipeline #18

Closed mxochicale closed 1 year ago

mxochicale commented 1 year ago

Raising this one to improve captured data

mxochicale commented 1 year ago

Note. Captured videos use the codec cv2.COLOR_RGBA2RGB to align to rgb garmut for devices. Although, we need to be careful when we use other video devices that have different pixel format 'YUYV' (YUYV 4:2:2), resolution Width/Height : 640/480, etc . See Kaye and Newton in 2006 discussing suggestions for colour management and color conversion from opencv below.