What hot keys are available in MPlay?
Space Bar – Play/Pause current clip Up Arrow – Move up one clip in the list Down Arrow – Move down one clip in the list Delete key – Delete the current line from the list
Space Bar – Play/Pause current clip Up Arrow – Move up one clip in the list Down Arrow – Move down one clip in the list Delete key – Delete the current line from the list
For simple record and playback the best examples in the SDK are CRecHD and CPlayHD. These are console (command line) applications. There are several C++ files used by CRecHD and CPlayHD that you don’t need to understand. CRecHD.cpp and CPlayHD.cpp should be all you need to familiarize yourself with. Those files are only about 20 lines of code each. A version of CPlayHD with a TCP socket interface is available and a version of CRecHD with TCP can be provided as well.
Lowest level encoding and capture control can be accomplished by programming of hardware register settings, using the MerlinIP board’s regmap documentation. For uncompressed capture and custom ingest applications, the urec.exe (simplerec) program may be used.
For control of JPEG-2000 firmware based encoding and decoding, a different software interface is used.
Lowest level playback control can be accomplished by programming of hardware register settings, using the MerlinIP board’s regmap documentation.