MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / noStream

Function noStream

modules/certificate/certificate.js:77–82  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

75 }
76
77 function noStream(e) {
78 // JB: Safari and IE don't support webcam, so we could make a nicer back up maybe?
79 // cameraErrorMessage.textContent = 'No camera available :('
80 d3.select('#certificate').attr('src', 'images/certificatedemo_800_nocamera.png')
81
82 }
83
84 function capture() {
85 ctx.drawImage(certificate, 0, 0);

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected