All camera tests should be run on all current targets before submitting code!
fx set [product].[board] --with //bundles:tests
fx serve
fx test //src/camera
Note: some on-device tests require the camera to be physically enabled (i.e. the device must not be muted). If a test determines that the device may be muted, a warning will be displayed and the test will be skipped.
fx camera-gym
Single packages can be tested by using the test package's name. For example:
fx test ge2d_task_unittest
Alternatively, the absolute path to the test package can be used. For example:
fx test //src/camera/drivers/hw_accel/ge2d