HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/vendor/matomo/device-detector/regexes/device/cameras.yml
###############
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link https://matomo.org
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

#Nikon
Nikon:
  regex: 'Coolpix S800c'
  device: 'camera'
  model: 'Coolpix S800c'

# Samsung
Samsung:
  regex: 'EK-G[CN][0-9]{3}'
  device: 'camera'
  models:
    - regex: 'EK-GN120'
      model: 'Galaxy NX'
    - regex: 'EK-GC100'
      model: 'Galaxy Camera'
    - regex: 'EK-GC110'
      model: 'Galaxy Camera WiFi only'
    - regex: 'EK-GC200'
      model: 'Galaxy Camera 2'
    - regex: 'EK-GC([0-9]{3})'
      model: 'Galaxy Camera $1'