お世話になっております。
EMCustomのOption設定について質問があります。
Tutorialにて、EMCustomでOptionを使う場合、
emi_stream_config.json
に以下の記述をするとあります。
"emcustom": {
"custom-lib": "models/Secondary_AverageIntensity/libaverage_intensity.so",
"in-place": "true",
"format": "RGBA",
"process-interval": 10,
"options": {
"person_class_id": 2
}
person_class_id
をデバイスコンソールのOption設定から設定できるようにする場合、
どのように記述すべきでしょうか?
たとえば下記のようにすれば、自動的にemcustomのoption要素の
person_class_idと認識してくれるのでしょうか。
"options": [
....
{
"key": {
"element": "emcustom",
"property": "
person_class_id
"
},
"option_type": "gstreamer",
"value_type": "number"
},
よろしくお願いいたします。