Siddhant N Trivedi
Siddhant N Trivedi
@jywarren Can you please review it now? I have made the changes as suggested by you.
Sure, looking into it.
> So, the broader issue here is that there are references to `$("video")[0]` throughout -- and uses of `video` or `window.video` both of which reference that same `` element. >...
> Basically all the instances of `$("video")[0]`, `video` or `window.video` reference the same `` element, but it's quite messy how it's set up. So you should replace all instances of...
@jywarren Its somewhat working. Also have made some changes in the code. Will push in a new commit. PTAL. Thanks.  The problem now is that the page is distorting...
@jywarren But there's a problem that unfortunately the live plot has shifted downwards. 
@jywarren Nope, I didn't upgrade to Bootstrap 4. Maybe there's something else. Will debug it. Thanks.
@jywarren Also, there's one more problem that even when the image is being loaded from the Pi, the plot still gets made of the image from the camera. So, as...
@jywarren Since this thread has become very long, should we tackle the two issues(as mentioned in the above comment) emerging due to the connect to Pi feature in another PR?
@jywarren You were right. I had upgraded bootstrap from 3.4.0 (currently being used) version to 4.3.0 . And thus, maybe the plot was being formed on the lower end. But...