hardware:hm-200e

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hardware:hm-200e [2016/06/08 10:12] derpeterhardware:hm-200e [2023/03/21 21:43] (current) andi
Line 1: Line 1:
 += JVC GY-HM200E
 +
 * [[http://jvcpro.de/product/493/gy-hm200e-4kcamhd-live-streaming-camcorder/ | JVC product page ]] * [[http://jvcpro.de/product/493/gy-hm200e-4kcamhd-live-streaming-camcorder/ | JVC product page ]]
 * {{:hardware:cams:gy-hm200_170en_7th-3_141224.pdf| manual}}  * {{:hardware:cams:gy-hm200_170en_7th-3_141224.pdf| manual}} 
 * {{:hardware:jvc-gy-hm170-200-brochure3.pdf| brochure}} * {{:hardware:jvc-gy-hm170-200-brochure3.pdf| brochure}}
 +* {{:hardware:jvccamcorderapireferencev107_public.pdf | API doc}}
 +* {{:hardware:jvc_gy-hm200e_parts-list.pdf | Parts list}}
 +
 +
 +== 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
  
-= specs 
 * Single 1/2.3-inch CMOS image sensor w/12.4M pixels * 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) * High quality integrated 12x F1.2-3.5 zoom lens (35mm equivalent: 29.6-355mm)
Line 10: Line 37:
 * 4:2:2 Full HD (24-60p) recording at 50Mbps * 4:2:2 Full HD (24-60p) recording at 50Mbps
 * Live 4K UHD output via HDMI connector  * Live 4K UHD output via HDMI connector 
-* HD-SDI (3G)+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 * Advanced JVC streaming engine compatible with c3voc
 * 2-channel XLR audio inputs with phantom power * 2-channel XLR audio inputs with phantom power
Line 19: Line 51:
 * 3.5-inch colour LCD display (920K pixel) w/smart focus assist * 3.5-inch colour LCD display (920K pixel) w/smart focus assist
 * Wired remote control supported * Wired remote control supported
-* HDMI output (4K output via HDMI only) 
 * 0.24-inch colour viewfinder (1.56M pixel) with smart focus assist function * 0.24-inch colour viewfinder (1.56M pixel) with smart focus assist function
 * 9 user button assignable functions * 9 user button assignable functions
 * Includes handle unit, SSL-JVC50 7.4V battery and AC adapter  * Includes handle unit, SSL-JVC50 7.4V battery and AC adapter 
  
-= things we tested 
  
-* RTMP 1080p stream from cam to enginx RTMP+== things we tested 
 + 
 +* RTMP 1080p stream from cam to enginx RTMP / Voctomix
 * HD SDI 1080p * HD SDI 1080p
 * 1080p / 4k record to card * 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"}}'
 +
 +<code javascript>
 +{
 +    "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"}, 
 +            […]
 +        }
 +    }
 +}
 +</code>
  • hardware/hm-200e.1465373550.txt.gz
  • Last modified: 2016/06/08 10:12
  • by derpeter