Opened 15 years ago
Closed 15 years ago
#25 closed task (fixed)
TP DSX
| Reported by: | Owned by: | Nicolas Pouillon | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | dsx | Version: | |
| Keywords: | Cc: |
Description (last modified by )
lors d'exécution "/opt/dsx/examples/MjpegCourse/tp3/mjpeg ./mjpeg.py" j ai rencontrée l'erreur suivant:
traceback (most recent call last):
file "./mjpeg.py", line 6, in<module>
from app import tcg
file "/opt/dsx/examples/MjpegCourse/tp3/app.py", line 40, in <modu
'HEIGHT':str(mjpeg_size[1])}),
file"/opt/dsx/lib/python/sx/application/widgets.py", line103, in__in
raise ValueError("Wrong type in ressources mapping: port %s does atch %s"%(port, self, resource))
ValueError: Wrong type in resssources mapping: port<MwmrOutput width=128>
sk: vld model=<vld declaration: [vld.task:18]>>does not match dsx.applica
idgets.Mwmr: vld_iqzz 2x64
Change History (1)
comment:1 Changed 15 years ago by
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

This is a discrepancy between an MWMR channel an its port. This is because the
vld_iqzzdeclaration is wrong. This got fixed in [1330]