NetLogo / NetLogo/Vid-Extension
Video images capture at only half available resolution
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
As a test, I setup a 1280x720 world with 1 pixel patch size and the following reports the correct full resolution width of 1280
let img (vid:capture-image world-width world-height)
show bitmap:width img
but copying to pcolors or drawing shows what looks like a half-resolution image
bitmap:copy-to-pcolors (vid:capture-image world-width world-height) false
Below is screen capture from Netlogo and the same camera coming in at 1280x720 via WebRTC in the browser.


Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report with a 1280x720 world and 1-pixel patch size using vid:capture-image, then compare bitmap:width with bitmap:copy-to-pcolors and drawing output. The issue names no source file or test, so trace these capture and bitmap entry points first. Done means captured images preserve the available resolution in the reported output and copied or drawn images.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- audio-video-rtc
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100