Open msqiu opened 2 years ago
Damm this requires adding opencv as a dependency! Should we replace by a comment pointing to a utility file?
Damm this requires adding opencv as a dependency! Should we replace by a comment pointing to a utility file?
IDK. The problem is that the default record format is MJPG and it is necessary to use BGRA for processing. Thanks to Microsoft:(
IDK. The problem is that the default record format is MJPG and it is necessary to use BGRA for processing. Thanks to Microsoft:(
You can open camera with BGRA color_format, in this case mkv will store uncompressed bgra(or rgb, I forgot details). But file will be VERY HUGE.
IDK. The problem is that the default record format is MJPG and it is necessary to use BGRA for processing. Thanks to Microsoft:(
You can open camera with BGRA color_format, in this case mkv will store uncompressed bgra(or rgb, I forgot details). But file will be VERY HUGE.
Not only huge, also impossible to capture at 30FPS on my laptop...
The default record format of Azure Kinect is MJPG, and the provided transformation format is BGRA. The convert function is provided here.