Skip to content

Commit

Permalink
Chenged images
Browse files Browse the repository at this point in the history
  • Loading branch information
S-JZ committed Oct 22, 2021
1 parent 7b2b713 commit 211d1df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/virtualscreen/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Home
{% endblock title %}
{% block content %}
{% load static %}
<div class="container">
<div class="row align-items-center">
<div class="col-12 hero-text-image">
Expand All @@ -15,7 +16,7 @@ <h1 data-aos="fade-right">Touch Me Not</h1>
</div>
<div class="col-lg-4 iphone-wrap">
<img src="https://thumbor.forbes.com/thumbor/960x0/https%3A%2F%2Fspecials-images.forbesimg.com%2Fimageserve%2F5ef3f7eec4f2390006f0c356%2FGUI--Graphical-User-Interface--concept-%2F960x0.jpg%3Ffit%3Dscale" alt="Image" class="phone-1" data-aos="right" width = "500" height = "300">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRWsRT6xXbEXao_mDiQr1D4dRq8GcgceV5J4A&usqp=CAU" alt="Image" class="phone-2" data-aos="right" width = "500" height = "300" >
<img src={% static 'assets/img/fp.jpg'%} alt="Image" class="phone-2" data-aos="right" width = "500" height = "300" >

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion virtual_doodle/Navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def standard_scroll(key='down'):
hover_and_click(True, True, index_x, index_y)
t1 = time.time()
l1, img1 = hand_map.calc_dis(tips[0], tips[1], frame)
if l1 < 15:
if l1 < 10:
status = False
if not status:
if up_fingers[0] == up_fingers[1] == up_fingers[2] == up_fingers[3] == up_fingers[4] == 1:
Expand Down
Binary file added virtualscreen/static/assets/img/fp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 211d1df

Please sign in to comment.