OnionIoT / tau-lidar-server

Python package for Tau Lidar Camera application
MIT License
27 stars 7 forks source link

On start, web viewer prompts and helps user to focus the lens #8

Closed greenbreakfast closed 3 years ago

greenbreakfast commented 3 years ago

User Story

  1. User starts TauLidarServer and navigates to web-based point-cloud viewer
  2. Once web viewer loads, observe a pop-over appears with:
    • a message explaining the Tau LiDAR Camera lens must be focused - just like any other camera
    • buttons to Focus Lens or Skip
  3. When user clicks Skip button, observe pop-over closes and web viewer acts as normal
  4. Alternatively, when user clicks Focus Lens, observe a Modal shows up with:
    • written instructions to focus the lens
    • real-time amplitude view from camera
    • screenshot examples of amplitude view when focused vs unfocused
    • Done button
  5. User clicks Done button, observes modal closes and web viewer acts as normal

Related

Related to:

greenbreakfast commented 3 years ago

Feature removed from V0.1 release - closing the issue for now