# DPU and ComputerVision Overlays

**URL:** https://discuss.pynq.io/t/dpu-and-computervision-overlays/1534
**Category:** Support
**Created:** [July 20, 2020, 6:22pm UTC](https://discuss.pynq.io/t/dpu-and-computervision-overlays/1534 "2020-07-20T18:22:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jlamperez](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.pynq.io/jlamperez/32/690_2.png) [@jlamperez](https://discuss.pynq.io/u/jlamperez)
#### Post date: [July 20, 2020, 6:22pm UTC](https://discuss.pynq.io/t/dpu-and-computervision-overlays/1534/1 "2020-07-20T18:22:14Z")

</div>

Hi,

Can I use [DPU-PYNQ](https://github.com/Xilinx/DPU-PYNQ) and [Pynq-ComputerVision](https://github.com/Xilinx/PYNQ-ComputerVision) overlays both at the same time?

I mean use resize from Pynq-Computer function while DPU is running?

---

<div class="post-metadata">

### Author: ![cathalmccabe](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.pynq.io/cathalmccabe/32/3348_2.png) [@cathalmccabe](https://discuss.pynq.io/u/cathalmccabe)
#### Post date: [July 20, 2020, 7:20pm UTC](https://discuss.pynq.io/t/dpu-and-computervision-overlays/1534/2 "2020-07-20T19:20:13Z")

</div>

No. Both designs are separate bitstreams. When you load one, it replaces the other.

You can time share. E.g. Capture an image, load the PYNQ-Computer vision (to PL), run the image through it and save results (back to PS), load the DPU design (to PL- replaces previous overlay), run the results from previous through it.

Cathal
