POS IP Camera

Improve the web interface for Chinese IP cameras based on HI3510 embedded web server. Hi3516, HI3518, etc

POS IP Cameraคืออะไร?

POS IP Camera เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrismclellen.app และคุณลักษณะหลักของมันคือ "Improve the web interface for Chinese IP cameras based on HI3510 embedded web server. Hi3516, HI3518, etc"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POS IP Camera

ดาวน์โหลดไฟล์ส่วนขยาย POS IP Camera ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PTZ KEYBOARD CONTROLS:
Z = ZoomIn
X = ZoomOut
Arrows = Up/Down/Left/Right

Click screen to center camera focus on that position.

__________________________________________________________________________________________
Why?
The embedded web server for most Chinese based Camera are pure sh*t. 

And if you're on a Mac, you don't even have the option to install the sketchy flash plugin for Internet Explorer. 

I've managed to use the javascript libraries from the camera to render video on a canvas, but it's all done over http and ws, unsecured. 

Every time I try to make something that will allow other people to use it, I run into road blocks. CORS, HTTPS, WSS, AUTH.... 

So, I made a simple chrome extension. 

It will:  
- work while you're logged into the camera's embedded web server. (192.168.xxx.xxx)
- protect your privacy - won't ask for your credentials 
- make the video full screen
- enables PTZ control via keyboard (<-- this is awesome)
- centers camera position where ever you click

Lots of additional functionality coming:
- Play h265 video directly from the device (/sd)
- SET/CALL commands
- Command macros, so you don't need to remember all the weird codes
- On screen PTZ controls, semi-transparent overlay

Also, if you just want a simple interface w/o this extension, try visiting your camera at /mobile.html

*PLEASE DON'T LEAVE BAD RATINGS. I'm offering this for free. 
If it doesn't work for you, send me an email and maybe I can help you out.
Or just uninstall it and have a nice day!

[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ POS IP Camera POS IP Camera
ID gbmahbabdhohnepmlfchdhlkgneodhjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pos-ip-camera/gbmahbabdhohnepmlfchdhlkgneodhjo
คำอธิบาย Improve the web interface for Chinese IP cameras based on HI3510 embedded web server. Hi3516, HI3518, etc
ขนาดไฟล์ 24.98 KB
จำนวนการติดตั้ง 487
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2022-02-01
วันที่เผยแพร่ 2022-01-31
ผู้พัฒนา https://chrismclellen.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.chrismclellen.app/index.html
URL หน้าช่วยเหลือ https://www.chrismclellen.app/index.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POS IP Camera",
    "description": "Improve the web interface for Chinese IP cameras based on HI3510 embedded web server. Hi3516, HI3518, etc",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}