Part Number: AM68A Other Parts Discussed in Thread: TDA4VM Hello TI Team, I’m Visruth Babu Onden from PravegaSemi PVT LTD, Bangalore. We are currently developing on the BeagleBone AI-64 (AM68A SoC) platform and need access to NDA-protected documents such…
Part Number: AM68A I am attempting to follow the "Getting Started" guide for the AM68A Processor SDK Linux Edge AI (v9.0.0.00) located at: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-edgeai/AM68A/09_00_00/exports/docs/devices/AM68A/linux…
Part Number: AM68A Other Parts Discussed in Thread: AM62P , AM68 Hello,
I'm looking into having a splash screen in u-boot while the board boots and loads the kernel I was following this very helpful guide www.ti.com/.../spradk8.pdf
I wanted to replicate…
Part Number: AM68A Tool/software: Hi TI, I try to compilate qat v2 model, I change the model config
'advanced_options:prequantized_model' : 1 ,
data_convert = 0
I compilate mobilenet_v2_lite_wt-v2_qat-v2-wc8-at8_20231120_model.onnx downloaded from…
Part Number: AM68A Tool/software: Hello,
I have written a GStreamer script for object detection with output handled by splitmuxsink . The same code structure works fine when displaying the output using autovideosink , but I'm experiencing a memory leak…
Part Number: AM68A
Tool/software:
Hello,
I'm trying to split my video recording into three separate files, each containing 10 seconds of footage, using a camera as the video source.
According to GStreamer's official documentation, splitmuxsink…
Part Number: AM68A Tool/software: I was working on a C++ application where I successfully printed the object names from post_process_image_object_detect.cpp . However, I needed to restart the entire pipeline every 10 seconds. I already have an implementation…