cta-wave / dpctf-deploy

Repo for Docker deployment. This is basically the repository you need to deploy the Test Runner (and later the Test Execution Framework) locally. It will make the deployment and configuration of all components much easier
Other
2 stars 5 forks source link

be more explicit about camera requirements #81

Open jpiesing opened 4 months ago

jpiesing commented 4 months ago

Currently we just have one line about camera requirements.

camera that records at 120 fps or more (AVC/h.264)

Javier found another one - the OF only supports 48kHz audio and rejects 44.1kHz audio with a fatal error.

We may consider a new section on camera requirements perhaps something like this.

Camera requirements

The camera needs to be capable of recording video at 120Hz in AVC. It needs to be capable of recording audio at 48kHz. When getting started with the WAVE device test suite, the following may be useful purely for experimentation and familiarization with the test runner and test suite.

  • It is possible to use cameras only recording at 60Hz if you limit yourself to experimenting with those tests where the video frame rate is 25/30Hz.
  • If the camera does not record video in AVC then it is possible to use tools like ffmpeg to transcode to AVC however this is time-consuming and ffmpeg is not the easiest tool to use.
  • If the camera records audio at 44.1 kHz and not 48kHz then either ffmpeg can be used to remove the 44.1kHz audio track or it may be possible to disable the camera recording audio. Disabling the microphone may only result in silence being recorded at 44.1kHz. Removing the audio would mean limiting yourself to experimenting with a subset of tests.

@yanj-github Do you agree with the above?

yanj-github commented 4 months ago

@jpiesing document for audio testing camera requirement is in progress and we will commit it shortly. Re; Javier found another one - the OF only supports 48kHz audio and rejects 44.1kHz audio with a fatal error. I have removed fatal error and only present warning when processing video tastings but it will still cause a fatal error when the process sees the audio or combined tests. We will also look into your suggestions and update document accordingly.

yanj-github commented 3 months ago

Camera requirements: The camera needs to be capable of recording video at around 120Hz, full HD. It needs to be capable of wired connection from DUT to record audio at 48kHz, 16-bits jointly with video. When getting started with the WAVE device test suite, the following may be useful purely for experimentation and familiarization with the test runner and test suite.