I’m trying to run gstreamer with nvcamerasrc using manual white balance with the onboard camera on the TX1 board, but keep getting "could not set property “wbGains” in element nvcamerasrc0 error message? The docs say wbGains should be a GArray type, but I’m not sure the format wbGains need to be in on the command line, here is what I’ve been trying:
The wbmode=9 should set me in manual mode and the wbManualMode=3 should put me at external coefficients, but the wbGains=“1.0 1.0 1.0 1.0” must be in the wrong format.
Note: the wbGains parameter works in nvgstcapture-1.0, so the mode should be supported by the camera.