Skip to content

Releases: CityScope/CS_CityScoPy

CityScoPy 3.2

27 Jun 00:38
Compare
Choose a tag to compare
  • Meet new CityScope API standards
  • post only to grid field, remove creation of new cityIO endpoint
  • simplify settings

CityScoPy 3.1

22 Nov 19:08
Compare
Choose a tag to compare
  • fixed bool values in settings: now true/false
  • decoupled grid maker (will introduce separated tool)
  • fixed broken Pipe with Scanner on Mac OS

CityScoPy 3.0

27 Sep 15:41
Compare
Choose a tag to compare
  • CityScoPy is now a class / lib
  • create geoJSON grid using @doorleyr lib on init
  • consolidated keystone, udp, scan and send to main class
  • allow flexible setup

CityScoPy 2.3

04 Jun 13:15
Compare
Choose a tag to compare

Removed QT elements, openCV UI in favor for keyboard interaction only

CityScoPy 2.2

21 Apr 19:36
a62dabd
Compare
Choose a tag to compare

Key improvements:

  • added keyboard keystoning using 1,2,3,4 to choose corner & w,a,s,d to move selected corner
  • fixed centering of scanned gird

CityScoPy 2.1

27 Mar 14:12
Compare
Choose a tag to compare
CityScoPy 2.1 Pre-release
Pre-release

Changelog:

  • true rotation detection with minimal search operations
  • added cityscopy tag in json options for ease of use
  • better gui control
  • fixed results grid orientation to follow api v2.1 specs

CityScoPy 2.0

18 Mar 17:53
db7d50a
Compare
Choose a tag to compare

This release focuses on making CityScoPy generic and reusable.
Main features:

  • scan up to 100x100 4x4 grid of uniquely tagged objects
  • 60fps for 20x20 grid scan
  • send scanned results over to UDP or HTTP cityIO service
  • options and control using a unified json format
  • on/off gui for better speed
  • follows cityIO API v2.1 format