@tom
I have also noticed that when I updated my platform to 0.9 the streamer.conf has changed.
Now our Arducam IMX335 is not even working (it had no problems streaming before).
0.9 streamer.conf
{
"input-pipe": "hires",
"bitrate": 1000000,
"decimator": 2,
"port": 8900,
"rotation": 0
}
3.8.0-0.7 streamer.conf
{
"conf-version":"1.3",
"configuration": "hires",
"uvc-generic": {
"input": {
"interface": "mpa",
"mpa-camera": "uvc" },
"output": {
"stream": {
"rotation": 0,
"width": 640,
"height": 480,
"decimator": 1,
"bitrate": 1000000 } }
},
"uvc-flir-boson": {
"input": {
"interface": "mpa",
"mpa-camera": "uvc" },
"output": {
"stream": {
"rotation": 0,
"width": 640,
"height": 512,
"decimator": 2,
"bitrate": 1000000 } }
},
"uvc-flir-lepton": {
"input": {
"interface": "mpa",
"mpa-camera": "uvc" },
"output": {
"stream": {
"rotation": 0,
"width": 160,
"height": 120,
"bitrate": 500000 } }
},
"hires": {
"input": {
"interface": "mpa",
"mpa-camera": "hires" },
"output": {
"stream": {
"rotation": 0,
"width": 640,
"height": 480,
"decimator": 2,
"bitrate": 1000000 } }
},
"hires-logo": {
"input": {
"interface": "mpa",
"mpa-camera": "hires" },
"output": {
"stream": {
"rotation": 0,
"width": 640,
"height": 480,
"decimator": 2,
"bitrate": 1000000 } },
"overlay": {
"location": "/etc/modalai/modalai.png",
"offset_x": -1,
"offset_y": -1 }
},
"stereo": {
"input": {
"interface": "mpa",
"mpa-camera": "stereo" },
"output": {
"stream": {
"width": 640,
"height": 960,
"decimator": 2,
"bitrate": 1000000 } }
},
"tracking": {
"input": {
"interface": "mpa",
"mpa-camera": "tracking" },
"output": {
"stream": {
"width": 640,
"height": 480,
"decimator": 2,
"bitrate": 1000000 } }
},
"dfs-disparity": {
"input": {
"interface": "mpa",
"mpa-camera": "dfs_disparity" },
"output": {
"stream": {
"width": 640,
"height": 480,
"decimator": 2,
"bitrate": 1000000 } }
},
"qvio-overlay": {
"input": {
"interface": "mpa",
"mpa-camera": "qvio_overlay" },
"output": {
"stream": {
"width": 640,
"height": 544,
"decimator": 2,
"bitrate": 1000000 } }
},
"tflite-overlay": {
"input": {
"interface": "mpa",
"mpa-camera": "tflite" },
"output": {
"stream": {
"width": 640,
"height": 480,
"decimator": 2,
"bitrate": 1000000 } }
},
"hdmi-mpa": {
"input": {
"interface": "mpa",
"mpa-camera": "v4l2" },
"output": {
"stream": {
"width": 640,
"height": 360,
"decimator": 2,
"bitrate": 1000000 } }
},
"gphoto2-mpa": {
"input": {
"interface": "mpa",
"mpa-camera": "gphoto2" },
"output": {
"stream": {
"width": 640,
"height": 360,
"decimator": 2,
"bitrate": 1000000 } }
},
"video-test": {
"input": {
"interface": "test",
"frame": {
"width": 640,
"height": 480,
"format": "yuv420" } },
"output": {
"stream": {
"rotation": 0,
"width": 640,
"height": 480,
"rate": 30,
"bitrate": 1000000 } }
},
"uvc-video": {
"input": {
"interface": "uvc",
"device": "/dev/video0" },
"output": {
"stream": {
"rotation": 0,
"width": 640,
"height": 360,
"rate": 15,
"bitrate": 1000000 } }
}
}