Hello,
I am trying to figure out whether or not this parameter for the ROS depthai driver performs video encoding similar to the Encoder Node from depthai - i_low_bandwidth_ffmpeg_encoder: libx264
My understanding is that this ffmpeg encoder is being processed on the host machine CPU rather than on the OAK Device. Can somebody confirm or tell me otherwise?
If it does encode on the device - is there a way to access the output bitstream while still utilizing the ROS driver?
Thank you,