Mark Adrian Estaca
Results
2
comments of
Mark Adrian Estaca
Like this one? I tried below but the error still persists ` var canvas = document.getElementById('video'); var ws = new WebSocket("ws://10.108.1.18:9999") var url = "ws://10.108.1.18:9999"; var player = new JSMpeg.Player(url,...
const labeledFaceDescriptors = await loadLabeledImages() var json_str = "{\"parent\":" + JSON.stringify(labeledFaceDescriptors) + "}" // save the json_str to json file // Load json file and parse var content = JSON.parse(json_str)...