First time here? Check out the FAQ!
answered 2018-07-10 13:54:09 -0600
I had this same issue. I solved it by including the camera index in quotes: changing <Input>0</Input> to <Input>"0"</Input> made it work. Silly, but there you have it.
<Input>0</Input>
<Input>"0"</Input>