Releases: CityScope/CS_CityScoPy
Releases · CityScope/CS_CityScoPy
CityScoPy 3.2
CityScoPy 3.1
- 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
- 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
Removed QT elements, openCV UI in favor for keyboard interaction only
CityScoPy 2.2
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
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
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