|
|
|
|
|
by thinkski
1531 days ago
|
|
Seems like with LCEVC you still need to decode your encoded frame and compute a difference between the original input to the encoder, at say 30 fps. Many embedded system-on-chips that do H.264/H.265 encoding (eg IP cameras) are not able to decode to memory, only straight to an HDMI/DSI output. Using the CPU to decode and compute a difference is too compute heavy to be possible in real-time on these ARM single or quad core processors. |
|