JVC GY-HM200E
Nachfolger
Die GY-HM200E fällt langsam aus dem Programm und wird durch die GY-HM250E ersetzt. Folgende Varianten gibt es:
> - GY-HM200E kann: Streaming > - GY-HM200SP* kann: Streaming, Sport Ergebnisse einblenden > - GY-HM200ESB kann: Streaming, Sport Ergebnisse einblenden, Bauchbinden einblenden, Grafiken einblenden (Aktuelles Modell) > - GY-HM250E kann: Streaming, Bauchbinden einblenden, Grafiken einblenden (Neues Modell, kommt im Juli/August) > - GY-HM250ESP kann: Streaming, Sport Ergebnisse einblenden, Bauchbinden einblenden, Grafiken einblenden (Neues Modell, kommt im Juli/August) > > *) Die erste Variante der GY-HM200 mit Einblendfunktion konnte nur die Sporteinblendung. Die etwas später ausgelieferte GY-HM200ESB kann Sport+Bauchbinden+Grafik. Kunden die eine GY-HM200SP besitzen können diese umrüsten lassen auf ESB Funktionen. Dieser Upgrade GY-HM200SP->GY-HM200ESB ist abgesehen von den Transportkosten kostenlos. > > Das bedeutet die heutige GY-HM200ESB entspricht in der Funktionalität der GY-HM250ESP. > Die GY-HM250E wird einige Funktionen der GY-HM200ESB als Standard mitbringen, aber auch etwas teurer sein als die GY-HM200E.
notes
default password 0000
specs
- Single 1/2.3-inch CMOS image sensor w/12.4M pixels
- High quality integrated 12x F1.2-3.5 zoom lens (35mm equivalent: 29.6-355mm)
- Dynamic Zoom in HD mode combines optical zoom and pixel mapping to create seamless and lossless 24x zoom
- 4K Ultra HD recording (150 Mbps) to SDHC/SDXC (UHS-I Speed class 3) cards
- 4:2:2 Full HD (24-60p) recording at 50Mbps
- Live 4K UHD output via HDMI connector
- 3G SDI + HD-SDI
- resolutions: 576i, 576p, 480i, 480p, 720p, 1080i, 1080p
- (the selectable options vary according to the setting ins [System]/[Resolution] and [Frame Rate] of [System] → [Record Set] → [Record Format])
- HDMI output
- resolutions: 576i, 576p, 480i, 480p, 720p, 1080i, 1080p, 2160/24p, 2160/25p, 2160/30p
- 4K aka 2160p only via HDMI, no downscaling option for SDI!
* Advanced JVC streaming engine compatible with c3voc
- 2-channel XLR audio inputs with phantom power
- IP Network Remote Control, Remote Viewing, Metadata editing, FTP clips
- 2 position ND filter (1/4, 1/16)
- Built-in stereo microphone
- Dual SDHC/SDXC slots enable dual backup & continuous recording
- 3.5-inch colour LCD display (920K pixel) w/smart focus assist
- Wired remote control supported
- 0.24-inch colour viewfinder (1.56M pixel) with smart focus assist function
- 9 user button assignable functions
- Includes handle unit, SSL-JVC50 7.4V battery and AC adapter
things we tested
- RTMP 1080p stream from cam to enginx RTMP / Voctomix
- HD SDI 1080p
- 1080p / 4k record to card
API
There's a basic library at https://github.com/voc/jvc-tools.
Shell example:
curl 'http://10.73.6.9/cgi-bin/cmd.cgi' \ -XPOST \ -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \ -H 'X-Requested-With: XMLHttpRequest' \ --data '{"Request":{"Command":"GetCamStatus","SessionID":"5ec39adc641a52612745f96bd7c53c48"}}'
{ "Response": { "Requested": "GetCamStatus", "Result": "Success", "Data": { "Status": "Rec", "Mode": "Camera", "RecMode": "Normal", "ZoomStatus": "Off", "ZoomDynamicPos": "328", "ZoomPosition": "106", "TC": "06:24:26:06", "SlotA": { "Status": "SelectRec", "Protect": "Unlock", "Remain": "316", "ClipNum": 1, "RemainWarn": 0 }, "SlotB": { "Status": "NoSelect", "Protect": "Unlock", "Remain": "708", "ClipNum": 0, "RemainWarn": 0 }, "Battery": {"Info": "Time", "Level": "1", "Value": "0" }, […] "Fullauto": "Off", "Iris": {"Status": "Auto", "Letter": "AF5.6"}, "Gain": {"Status": "ManualL", "Letter": " 0dB"}, "AeLevel": {"Adjust": "Off", "Status": "AeOn", "Letter": " ±0"}, "Shutter": {"Status": "Step", "Letter": " 1/50 "}, "Whb": { "Status": "Preset", "Letter": "P< 5600K>", "WhPaintRScale": 64, "WhPaintBScale": 64, "WhPaintRPosition": 32, "WhPaintBPosition": 32, "WhPaintRLetter": " ", "WhPaintBLetter": " " }, "Focus": {"Status": "MF", "Letter": " 19m"}, […] } } }