Hi,
Please i have a questions:
How to connect the Camera Kinect Xbox 360 in the PC windows?
and how to access this camera to do python programming, image processing ?
Thank you in advance.
Cordialy.
For using external connected camera on your PC in python you can use it using
cap = cv2.VideoCapture(1)
while(1):
ret, frame = cap.read()
#print(height)
#cv2.imshow("Cropped Image", crop_img)
#gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
cv2.imshow('frame',frame)
if cv2.waitKey(1) & 0xFF == ord('q'):
break
cap.release() cv2.destroyAllWindows
Ineed a recipe.
13 December 2023 9,782 0 View
Any idea on how to get the volumic ratio of glass fiber in a gypsum board ? Thank you for your help !
01 March 2021 2,976 3 View
I'm trying to grow up a rotifer culture, but I have a lot of problem with ciliates contamination. I have tried several times to clean all the culture with a 55 um sieve, clean with bleach all the...
26 September 2020 7,271 7 View
I want to check if my data are normally distributed, in order to decide if performing either a parametric (ANOVA) or non parametric test to check differencies among means. 1) Should I test the...
13 August 2020 4,101 3 View
I am trying to analyse some data, doing before a normality test to evaluate the distribution of my data. Some of the treatment didn't have passed the test, even after trying to transform the data,...
11 August 2020 6,644 3 View
I have tissue samples that were stored on liquid nitrogen after collection and transferred to a -80 freezer. I tried to extract DNA using the Qiagen blood and tissue kit (which works perfectly for...
23 January 2020 8,659 2 View
I have seen studies citing effects of antiglucorticoids for example in mitigating cortisol effects and NMDA antagonists in managing glutamate effects in the brain during alcohol withdrawal. Is...
11 December 2019 7,782 3 View
I am running a multivariate logistic regression to predict the likelihood of individuals voting for the green party, using a survey of european election studies of 2019. My main IV is education...
08 December 2019 9,592 3 View
I have a sample containing ethanol, TEOS and ammonia in a small amount. The sample could also contain traces of silica nanoparticles. I am new to gas chromatography, can any one suggest me which...
10 March 2019 9,855 4 View
Dear All, I tried to detect differences in cell viability with methylene blue (v:v; 1:1) on unicellular cyanobacteria (Synechocystis) and after 2-5min in treated cells with blue, no detection of...
30 April 2018 4,039 1 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
Hello everyone, I am currently working on a research project that aims to integrate machine learning techniques into an open source SIEM tool to automate the creation of security use cases from...
04 August 2024 3,196 2 View
Why is nonpoint source pollution potentially more harmful and difference between point and nonpoint sources of water pollution?
01 August 2024 1,180 2 View
How do living organisms play a role in the water cycle and why is nonpoint source pollution potentially more harmful than point source pollution?
01 August 2024 7,061 2 View
How does nonpoint source pollution affect the ocean environment and why point source pollution is often easier to manage than nonpoint source pollution?
01 August 2024 8,014 2 View
Hello, colleagues. Recently, I have been working on a metal processing simulation with my UMAT in Abaqus. I have outlined the corresponding simulation, but I keep encountering issues that cause...
30 July 2024 7,062 1 View