
| Current Path : /var/www/html/strat/vendor/matomo/device-detector/regexes/device/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/strat/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'