CAM Picture in Template node

Hi
If i use this URL:
http://guest@192.168.1.198/cgi/jpg/image.cgi
a picture of mic cam appears in the browser.

If i use
"< iframe src="http://guest@192.168.1.198/cgi/jpg/image.cgi"> "
in the template node, the frame is empty.

I need the HTTP code to have the CAM Picture in the template node.

Open the developer panel of your browser and check for errors in the console. It might be a simple html syntax error or possibly a cors violation.

I am not sure if an iframe can load an image directly. Why not use the img tag instead?