I want to find where is tivxVideoEncoderNode and tivx_video_encoder_params_init.
My SDK ver. is 9.1.0
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to find where is tivxVideoEncoderNode and tivx_video_encoder_params_init.
My SDK ver. is 9.1.0
Then how can I encode and streaming camera?
What API can I use instead of tivxVideoEncoderNode?
Hi,
Currently, gstreamer is being used to access the codec drivers.
You could refer the multi-cam codec demo, available in the SDK/vision_apps/apps/basic_demo/ to understand the usage of the codec.
Regards,
Nikhil