Dual feed into single web page

Is it possible to have 2 camera’s embedded into a single web page using webcam 7

Yes it is, even the automatically generated code should be fine for this (using distinct variable names for each camera)

sorry for being thick but how do i give a camera a name

It’s automatic there will be a suffix _1 for 1st source, _2 for 2nd source,etc… So the code that is generated using the wizard is already ok for having multiple sources on the same html page.