V4L2 camera sample with ISAAC SDK

I am getting following error when i run the v4l2 sample app.

ERROR packages/sensors/V4L2Camera.cpp@107: Error resetting controls
ERROR packages/sensors/V4L2Camera.cpp@343: [V4L2Camera] Stream-off failed with error: Invalid argument.

Camera properties:
Index : 1
Type : Video Capture
Pixel Format: ‘YUYV’
Name : YUYV 4:2:2
Size: Discrete 1280x720
Interval: Discrete 0.100s (10.000 fps)
Size: Discrete 320x180
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 320x240
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 352x288
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 424x240
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 640x360
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 640x480
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 848x480
Interval: Discrete 0.050s (20.000 fps)
Size: Discrete 960x540
Interval: Discrete 0.067s (15.000 fps)

Seetings in json file:
“config”: {
“camera”: {
“V4L2Camera”: {
“device_id”: 1,
“rows”: 480,
“cols”: 640,
“rate_hz”: 30
}

Can you please help to resolve?